Skip to content

Commit

Permalink
Modified output filename of test_detsim_buffer_times
Browse files Browse the repository at this point in the history
  • Loading branch information
MCruces-fz committed Mar 16, 2021
1 parent bd4db81 commit b7d66a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invisible_cities/cities/detsim_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def test_detsim_buffer_times(ICDATADIR, output_tmpdir):
"""

PATH_IN = os.path.join(ICDATADIR , "nexus_new_kr83m_fast.newformat.sim.h5")
PATH_OUT = os.path.join(output_tmpdir, "detsim_test.h5")
PATH_OUT = os.path.join(output_tmpdir, "buffer_times.buffers.h5")

# run over test file
conf = configure('detsim $ICTDIR/invisible_cities/config/detsim.conf'.split())
Expand Down

0 comments on commit b7d66a4

Please sign in to comment.