Skip to content

Importing featuremapper before topo sets wrong Time type #13

@philippjfr

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.

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