Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
qa
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Feb 27, 2024
1 parent cf42cdb commit 74651c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ecml_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# granted to it by virtue of its status as an intergovernmental organisation
# nor does it submit to any jurisdiction.

__version__ = "0.4.8"
__version__ = "0.5.0"
2 changes: 1 addition & 1 deletion ecml_tools/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ def _auto_adjust(datasets, kwargs):
if kwargs.get("select") == "matching":
kwargs.pop("select")
variables = None

for d in datasets:
if variables is None:
variables = set(d.variables)
Expand Down

0 comments on commit 74651c8

Please sign in to comment.