Skip to content

Commit

Permalink
solve precommit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
llorenteanaa committed May 1, 2024
1 parent aed79dd commit d10359f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphnet/models/detector/icecube.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _pmt_area(self, x: torch.tensor) -> torch.tensor:

class IceCubeKaggle(Detector):
"""`Detector` class for Kaggle Competition."""

geometry_table_path = os.path.join(
ICECUBE_GEOMETRY_TABLE_DIR, "icecube86.parquet"
)
Expand Down

0 comments on commit d10359f

Please sign in to comment.