-
Notifications
You must be signed in to change notification settings - Fork 118
Closed
Description
I had to reinstall my ActivitySim environment, and I ran into a big compatibility issue with the Toolz (CyToolz) library. It looks like a more recent version (v11.1) has been pushed to the Conda / PIP warehouses.
When you run the tests against the new install version of toolz you get the following
# Map registered variable labels to expressions.
if not expressions:
expressions = []
offset = len(names) - len(expressions)
labels_map = dict(tz.concatv(
> tz.compatibility.zip(names[:offset], names[:offset]),
tz.compatibility.zip(names[offset:], expressions)))
E AttributeError: module 'tlz' has no attribute 'compatibility'
activitysim\core\orca.py:985: AttributeError
josiekre and jamiecook
Metadata
Metadata
Assignees
Labels
No labels