Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
TjarkMiener committed Aug 28, 2024
1 parent aa5666a commit ef53ebb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ctapipe/monitoring/tests/test_calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ def test_statistics_calculator(example_subarray):
stats_stacked = vstack([stats, stats_chunk_shift])
# Sort the stacked aggregated statistic values by starting time
stats_stacked.sort(["time_start"])
print(stats)
print(stats_chunk_shift)
print(stats_stacked)
# Check if the calculated statistical values are reasonable
# for a camera with two gain channels
np.testing.assert_allclose(stats[0]["mean"], 77.0, atol=2.5)
Expand Down

0 comments on commit ef53ebb

Please sign in to comment.