icecube / skyllh

https://icecube.github.io/skyllh/
GNU General Public License v3.0
11 stars 5 forks source link

Implement __getitem__ for DatasetCollection #165

Closed martwo closed 1 year ago

martwo commented 1 year ago

This would allow to get a dataset or a list of datasets from the dataset collection like from a dictionary.

https://github.com/icecube/skyllh/blob/9de6228da7f2abb843d489dd2970d82f0ef380a9/skyllh/core/dataset.py#L1425