Skip to content

Commit

Permalink
rename IceCube86 -> IceCube86Prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusOrsoe committed May 3, 2024
1 parent 448a264 commit f967bd3
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 f967bd3

Please sign in to comment.