Skip to content

Commit

Permalink
Update test_datasets.py (py2: fstring/print)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwright authored Nov 29, 2023
1 parent e29dfe8 commit e7f6ec5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/testdatasets/test_datasets.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import print_function

import os
import ImageD11.sinograms.dataset
Expand All @@ -15,7 +16,7 @@
def testcase(dataroot = '/data/id11/nanoscope/ihmi1452/id11',
sample = 'WAucross',
dset = 'H0_',
destination = f'/tmp/case.h5',
destination = '/tmp/case.h5',
analysisroot = 'should_not_exist',
scans= None
):
Expand Down Expand Up @@ -53,4 +54,4 @@ def testcase(dataroot = '/data/id11/nanoscope/ihmi1452/id11',
sample = 'goldBall',
dset = 'r2_Z071',
scans = [ '4.1',]
)
)

0 comments on commit e7f6ec5

Please sign in to comment.