Skip to content

Commit 1a51085

Browse files
committed
TEST: Update out_tup to what is expected
1 parent 5731220 commit 1a51085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nibabel/tests/test_nifti1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ def test_slope_inter(self):
164164
((2, inf), HDE, HDE, (2, inf)),
165165
((2, minf), HDE, HDE, (2, minf)),
166166
# Good slope and inter - you guessed it
167-
((2, 0), None, (None, None), (2, 0)),
168-
((2, 1), None, (None, None), (2, 1))):
167+
((2, 0), None, (2, 0), (2, 0)),
168+
((2, 1), None, (2, 1), (2, 1))):
169169
hdr = self.header_class()
170170
if not exp_err is None:
171171
assert_raises(exp_err, hdr.set_slope_inter, *in_tup)

0 commit comments

Comments
 (0)