Skip to content

Remove Variable dict saving

Removes saving variable_dict from save_config, which cause problems when no variable_dict.yaml file was specified.

Additionally, added a check to line 383 in datasets.py to only call keys from norm_dict that are listed in config's inputs.

Merge request reports