Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TjarkMiener committed Feb 14, 2025
1 parent b1113b1 commit be649f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctapipe/tools/tests/test_calculate_pixel_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_calculate_pixel_stats_tool(tmp_path, dl1_image_file):
)["mean"]
is not None
)
# Read subarray description frm the created monitoring file
# Read subarray description from the created monitoring file
subarray = SubarrayDescription.from_hdf(monitoring_file)
# Check for the selected telescope
assert subarray.tel_ids[0] == tel_id
Expand Down

0 comments on commit be649f5

Please sign in to comment.