-
Notifications
You must be signed in to change notification settings - Fork 17
temporalis notebooks seem to be broken #11
Copy link
Copy link
Open
Description
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,
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels