Skip to content

Commit

Permalink
Merge pull request #706 from RasmusOrsoe/Rename-detector-class
Browse files Browse the repository at this point in the history
rename IceCube86  -> IceCube86Prometheus
  • Loading branch information
RasmusOrsoe authored May 3, 2024
2 parents 448a264 + f967bd3 commit 78da63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphnet/models/detector/prometheus.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def _t(self, x: torch.tensor) -> torch.tensor:
return x / 1.05e04


class IceCube86(Detector):
class IceCube86Prometheus(Detector):
"""`Detector` class for Prometheus IceCube86."""

geometry_table_path = os.path.join(
Expand Down

0 comments on commit 78da63c

Please sign in to comment.