Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
GernotMaier committed Nov 9, 2023
1 parent bdb355f commit afaa144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/corsika/test_corsika_histograms.py
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ def test_export_event_header_1D_histogram(corsika_histograms_instance_set_histog
"zenith": "event_1D_histograms_zenith",
"first_interaction_height": "event_1D_histograms_first_interaction_height",
}
for event_header_element, file_name in corsika_event_header_example.items():
for event_header_element, _ in corsika_event_header_example.items():
corsika_histograms_instance_set_histograms.export_event_header_1D_histogram(
event_header_element, bins=50, hist_range=None
)
Expand Down

0 comments on commit afaa144

Please sign in to comment.