Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Mar 7, 2024
1 parent 0ae04d3 commit be74713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecml_tools/create/loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def initialise(self, check_name=True):
variables = self.minimal_input.variables
self.print(f"Found {len(variables)} variables : {','.join(variables)}.")

variables_with_nans = self.config.get("has_nans", [])
variables_with_nans = self.main_config.get("has_nans", [])

ensembles = self.minimal_input.ensembles
self.print(f"Found {len(ensembles)} ensembles : {','.join([str(_) for _ in ensembles])}.")
Expand Down

0 comments on commit be74713

Please sign in to comment.