Skip to content

Commit

Permalink
RF: move test_utils to test_volumeutils
Browse files Browse the repository at this point in the history
Module tested is volumeutils, so test file badly named.
  • Loading branch information
matthew-brett committed Apr 14, 2017
1 parent 0bacbf5 commit 314f0dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nibabel/tests/test_nifti1.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_data_scaling(self):

def test_big_scaling(self):
# Test that upcasting works for huge scalefactors
# See tests for apply_read_scaling in test_utils
# See tests for apply_read_scaling in test_volumeutils
hdr = self.header_class()
hdr.set_data_shape((2, 1, 1))
hdr.set_data_dtype(np.int16)
Expand Down
2 changes: 1 addition & 1 deletion nibabel/tests/test_spm99analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def test_empty(self):

def test_big_scaling(self):
# Test that upcasting works for huge scalefactors
# See tests for apply_read_scaling in test_utils
# See tests for apply_read_scaling in test_volumeutils
hdr = self.header_class()
hdr.set_data_shape((1, 1, 1))
hdr.set_data_dtype(np.int16)
Expand Down
File renamed without changes.

0 comments on commit 314f0dd

Please sign in to comment.