Skip to content

Commit 44cd1d9

Browse files
committed
update reason metadata
1 parent 3198c9b commit 44cd1d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
pip freeze
4646
4747
- name: Tests
48-
run: pytest
48+
run: pytest -k data
4949

5050
deploy:
5151

src/anemoi/datasets/data/select.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def tree(self):
9494

9595
def subclass_metadata_specific(self):
9696
# return dict(indices=self.indices)
97-
return self.reason
97+
return dict(reason=self.reason)
9898

9999

100100
class Rename(Forwards):

0 commit comments

Comments
 (0)