We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6839efe commit c08d67cCopy full SHA for c08d67c
scripts/check_outputs.py
@@ -162,7 +162,7 @@ def _check_xfms(xfms):
162
if xfm.name.endswith(".txt"):
163
assert nt.linear.load(xfm, fmt='itk')
164
elif xfm.name.endswith('.h5'):
165
- assert nt.manip.load(xfm)
+ assert nt.manip.load(xfm, fmt='itk')
166
elif xfm.name.endswith('.json'):
167
meta = json.loads(xfm.read_text())
168
assert 'Sources' in meta
0 commit comments