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
We use a class property to enable domain specific variable types like Time. When operating on the model of a dataset, these will currently get replaced with the generic type.
For example, the rename operation will yield a Scalar object instead of Time.
The text was updated successfully, but these errors were encountered:
We use a
class
property to enable domain specific variable types likeTime
. When operating on the model of a dataset, these will currently get replaced with the generic type.For example, the
rename
operation will yield aScalar
object instead ofTime
.The text was updated successfully, but these errors were encountered: