Skip to content

Importing featuremapper before topo sets wrong Time type #13

Description

@philippjfr

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions