Skip to content

temporalis notebooks seem to be broken #11

@mfastudillo

Description

@mfastudillo

If I try to run the notebooks in the temporal folder I get into errors already in the introductory notebook. When trying to run tl.build_dataframe() I get a ValueError trying to coerce float values to integers... internally the method is trying to do something like:

flow = np.hstack([o.flow * np.ones(len(o.distribution)) for o in tl.data])
pd.Series(data=flow, dtype="int")

but this results in a ValueError

The second notebook also fails with the same problem. It may be that the temporal distributions of the two examples are wrong... or other problem

I am using np version 1.26.4 and pandas 2.2.3

@tngTUDOR I tag you so someone is aware,

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