Skip to content

Commit

Permalink
disable pylint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mKlapwijk committed Aug 6, 2024
1 parent 11fa65d commit 20ac68d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions decoimpact/business/entities/rule_based_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def _make_output_variables_list(self) -> list:

return _lu.remove_duplicates_from_list(all_vars)

#pylint: disable=R0194
def _validate_mappings(self, mappings: dict[str, str], logger: ILogger) -> bool:
"""Checks if the provided mappings are valid.
Expand Down
Binary file modified tests/data/entities/test_data_access_layer_data/results.nc
Binary file not shown.

0 comments on commit 20ac68d

Please sign in to comment.