Skip to content

Commit

Permalink
Updated test with KM3NeT atm
Browse files Browse the repository at this point in the history
  • Loading branch information
afedynitch committed Mar 13, 2020
1 parent c6a9925 commit 344a573
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions MCEq/tests/test_mceq.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,11 @@ def test_corsika_atm():
(1036.099233683902, 0.00015623258808300557),
(1033.8094962133184, 0.00015782685585891685),
(1055.861981113731, 0.00016209949387937668),
(1037.9745770942316, 0.00015591979560837204),
(986.9593811082788, 0.00015529574727367941),
(988.4293864278521, 0.0001589317236294479),
(1032.7184058861765, 0.00016954131888323744),
(1039.3697214845179, 0.00016202068935405075),
(1018.1547240905948, 0.0001609490344992944),
(1011.4568036341923, 0.00014626903051217024),
(1019.974568696789, 0.0001464549375212421),
(1019.9764946890782, 0.0001685608228906579)
Expand All @@ -105,7 +109,11 @@ def test_corsika_atm():
("USStd", None),
("BK_USStd", None),
("Karlsruhe", None),
("ANTARES/KM3NeT-ORCA", None),
("ANTARES/KM3NeT-ORCA", 'Summer'),
("ANTARES/KM3NeT-ORCA", 'Winter'),
("KM3NeT-ARCA", 'Summer'),
("KM3NeT-ARCA", 'Winter'),
("KM3NeT", None),
('SouthPole', 'December'),
('PL_SouthPole', 'January'),
('PL_SouthPole', 'August'),
Expand Down

0 comments on commit 344a573

Please sign in to comment.