Skip to content

Commit

Permalink
Show test_esmeralda_exact_result_all_events only failed due to MC
Browse files Browse the repository at this point in the history
  • Loading branch information
andLaing committed Mar 28, 2020
1 parent b444be4 commit d8b209c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions invisible_cities/cities/esmeralda_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,11 @@ def test_esmeralda_exact_result_all_events(ICDATADIR, KrMC_hdst_filename, correc
cnt = esmeralda(**conf)


tables = ["MC/extents", "MC/hits", "MC/particles",
"Tracking/Tracks", "CHITS/lowTh", "CHITS/highTh",
## tables = ["MC/extents", "MC/hits", "MC/particles",
## "Tracking/Tracks", "CHITS/lowTh", "CHITS/highTh",
## "Run/events", "Run/runInfo", "DST/Events", "Summary/Events",
## "Filters/low_th_select", "Filters/high_th_select", "Filters/topology_select"]
tables = ["Tracking/Tracks", "CHITS/lowTh", "CHITS/highTh",
"Run/events", "Run/runInfo", "DST/Events", "Summary/Events",
"Filters/low_th_select", "Filters/high_th_select", "Filters/topology_select"]

Expand Down

0 comments on commit d8b209c

Please sign in to comment.