Skip to content

Commit

Permalink
Run and passing: all up to date
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Figueroa <santiago.figueroa.manrique@alliander.com>
  • Loading branch information
figueroa1395 committed Jul 2, 2024
1 parent 3e93001 commit 9c40f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code_generation/code_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def render_dataset_class_maps(self, template_path: Path, data_path: Path, output
all_map = {}
for dataset in dataset_meta_data:
if dataset.is_template:
prefixes = ["sym_"]
prefixes = ["sym_", "asym_"]
else:
prefixes = [""]
for prefix in prefixes:
Expand Down

0 comments on commit 9c40f58

Please sign in to comment.