Skip to content

Commit c08d67c

Browse files
committed
fix: make fmt explicit
1 parent 6839efe commit c08d67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_outputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def _check_xfms(xfms):
162162
if xfm.name.endswith(".txt"):
163163
assert nt.linear.load(xfm, fmt='itk')
164164
elif xfm.name.endswith('.h5'):
165-
assert nt.manip.load(xfm)
165+
assert nt.manip.load(xfm, fmt='itk')
166166
elif xfm.name.endswith('.json'):
167167
meta = json.loads(xfm.read_text())
168168
assert 'Sources' in meta

0 commit comments

Comments
 (0)