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
When importing featuremapper the Dimensions are defined along with the Dimension types:
# Time features
Time = Dimension("Time", type=param.Dynamic.time_fn.time_type)
Duration = Time("Duration")
However before topographica has been import the param.Dynamic.time_fn.time_type is defined as int, which means that all non-integer Time and Duration values will be cast to int.
The text was updated successfully, but these errors were encountered:
When importing featuremapper the Dimensions are defined along with the Dimension types:
However before topographica has been import the
param.Dynamic.time_fn.time_type
is defined asint
, which means that all non-integer Time and Duration values will be cast to int.The text was updated successfully, but these errors were encountered: