Skip to content

Commit

Permalink
decorate return_data for TNGCluster
Browse files Browse the repository at this point in the history
  • Loading branch information
cbyrohl committed Jul 11, 2023
1 parent 8393f94 commit bd31a14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scida/customs/arepo/TNGcluster/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ def __init__(self, *args, **kwargs):
]
pass

@TNGClusterSelector()
def return_data(self):
return super().return_data()

Check warning on line 77 in src/scida/customs/arepo/TNGcluster/dataset.py

View check run for this annotation

Codecov / codecov/patch

src/scida/customs/arepo/TNGcluster/dataset.py#L77

Added line #L77 was not covered by tests

@classmethod
def validate_path(
cls, path: Union[str, os.PathLike], *args, **kwargs
Expand Down

0 comments on commit bd31a14

Please sign in to comment.