Skip to content

Commit

Permalink
Merge pull request #1156 from cta-observatory/run-summary-test
Browse files Browse the repository at this point in the history
Updated run_type in summary test
  • Loading branch information
maxnoe authored Sep 6, 2023
2 parents 8f97e69 + 267cbd6 commit a805812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lstchain/scripts/tests/test_lstchain_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,4 +514,4 @@ def test_run_summary(run_summary_path):
assert "dragon_reference_counter" in run_summary_table.columns
assert "dragon_reference_source" in run_summary_table.columns

assert (run_summary_table["run_type"] == ["DATA", "ERROR", "DATA"]).all()
assert (run_summary_table["run_type"] == ["DATA", "PEDCALIB", "DATA"]).all()

0 comments on commit a805812

Please sign in to comment.