Skip to content

Commit

Permalink
increase extra attribute values
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-sijia committed Jul 30, 2024
1 parent d088122 commit 0a0b632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tm2py/components/network/create_tod_scenarios.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def _create_highway_scenarios(self):
{
"scenarios": 1 + n_time_periods,
"full_matrices": 9999,
"extra_attribute_values": 60000000,
"extra_attribute_values": 100000000,
}
)
# create VDFs & set cross-reference function parameters
Expand Down

0 comments on commit 0a0b632

Please sign in to comment.