You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
). With classes beyond base classes (in the case listed above, the 'units' class), this causes the class to be lost and yields issues down the line when using classes that cannot be directly compared.
The text was updated successfully, but these errors were encountered:
Could
train_continuous
also include anif
block for the case whenexisting
isNULL
to better work with nonstandard classes??This issue relates to r-quantities/units#164.
When trying to use
train_continuous
with a nonstandard class, it ends up callingrange(existing, new)
(scales/R/scale-continuous.r
Line 41 in 3c17ebf
The text was updated successfully, but these errors were encountered: