graphnet-team / graphnet

A Deep learning library for neutrino telescopes
https://graphnet-team.github.io/graphnet/
Apache License 2.0
85 stars 85 forks source link

added detector geometry attibutes to Kaggle detector class #703

Closed ArturoLlorente closed 2 months ago

ArturoLlorente commented 2 months ago

Add needed attributes missing. It was giving an error when using this class.

feature x will throw a warning when using it as a feature, but this is some incompatibility from the dataset definition itself.

Closes #684