Skip to content

Add Docstring in SnowStormDataset#868

Open
christianlocatelli wants to merge 9 commits intographnet-team:mainfrom
christianlocatelli:26_01_20_review_docstrings
Open

Add Docstring in SnowStormDataset#868
christianlocatelli wants to merge 9 commits intographnet-team:mainfrom
christianlocatelli:26_01_20_review_docstrings

Conversation

@christianlocatelli
Copy link
Contributor

I added more Information to the Docstring in SnowStormDataset and to the one in the function _prepare_args. I also removed the redundant line event_counts = {}.

Copy link
Collaborator

@sevmag sevmag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, thanks for the contribution! I left some comments to clarify things further. Once you implement those, this will be a valuable contribution that hopefully leads to more people using this class! :))))))

https://wiki.icecube.wisc.edu/index.php/SnowStorm_MC#File_Locations
This is a IceCube Collaboration simulation dataset.
Requires a username and password.
This module provides access to the SnowStorm simulation data and prepares it
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does not provide access to ALL SnowStorm simulations; it only provides access to a few run_ids (see the global variable AVAILABLE_RUN_IDS). Maybe clarify this in the comment :)

Requires a username and password.
This module provides access to the SnowStorm simulation data and prepares it
for the training and evaluation of deep learning models in GraphNeT by parsing
the data into the GraphNeT-compatible CuratedDataset format.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The data is already parsed in GraphNeT-compatible format (SQLite). The CuratedDataset format is just a convenience wrapper that makes creating Datasets and Dataloaders straightforward. Very minor detail, but to avoid confusio,n you could clarify this :)

@christianlocatelli
Copy link
Contributor Author

Hey Severin, thanks for the feedback I'll improve it asap!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants