Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotan committed Jul 17, 2024
1 parent 9dea0d1 commit 62f0e45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/NXSCreatePyEvalH5Cpp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2368,7 +2368,7 @@ def test_eigetdectris_triggermode_splitmode_vds(self):

name = "eiger2"
filename = "%s_%s.nxs" % (mfileprefix, scanid)
# mainpath = "%s_%s" % (mfileprefix, scanid)
mainpath = "%s_%s" % (mfileprefix, scanid)
path = "%s_%s/%s" % (mfileprefix, scanid, name)
self._fname = filename
fname1 = ['testscan_data_%06i.h5' % i for i in range(1, 4)]
Expand Down Expand Up @@ -2468,9 +2468,9 @@ def test_eigetdectris_triggermode_splitmode_vds(self):
finally:
if tsv1:
tsv1.tearDown()
# shutil.rmtree(mainpath,
# ignore_errors=False, onerror=None)
# os.remove(self._fname)
shutil.rmtree(mainpath,
ignore_errors=False, onerror=None)
os.remove(self._fname)

def test_eigetdectris_triggermode_splitmode_in(self):
"""
Expand Down

0 comments on commit 62f0e45

Please sign in to comment.