Skip to content

Commit

Permalink
Change the order of transforms
Browse files Browse the repository at this point in the history
  • Loading branch information
olejandro committed Mar 22, 2024
1 parent 59c9453 commit 9a31296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xl2times/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ def convert_xl_to_times(
transforms.generate_dummy_processes,
transforms.process_time_slices,
transforms.process_transform_table_variants,
transforms.apply_tag_specified_defaults,
transforms.process_transform_tables,
transforms.process_tradelinks,
transforms.process_processes,
transforms.process_topology,
transforms.apply_tag_specified_defaults,
transforms.process_flexible_import_tables, # slow
transforms.process_user_constraint_tables,
transforms.process_commodity_emissions,
Expand Down

0 comments on commit 9a31296

Please sign in to comment.