Skip to content

Commit

Permalink
update reason metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Jun 29, 2024
1 parent 3198c9b commit 44cd1d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
pip freeze
- name: Tests
run: pytest
run: pytest -k data

deploy:

Expand Down
2 changes: 1 addition & 1 deletion src/anemoi/datasets/data/select.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def tree(self):

def subclass_metadata_specific(self):
# return dict(indices=self.indices)
return self.reason
return dict(reason=self.reason)


class Rename(Forwards):
Expand Down

0 comments on commit 44cd1d9

Please sign in to comment.