Skip to content

Commit b077a63

Browse files
Merge pull request #529 from matthew-brett/master
MRG: move test_utils to test_volumeutils Module tested is volumeutils, so test file badly named.
2 parents 2584b23 + f7c9a53 commit b077a63

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

nibabel/tests/test_nifti1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def test_data_scaling(self):
116116

117117
def test_big_scaling(self):
118118
# Test that upcasting works for huge scalefactors
119-
# See tests for apply_read_scaling in test_utils
119+
# See tests for apply_read_scaling in test_volumeutils
120120
hdr = self.header_class()
121121
hdr.set_data_shape((2, 1, 1))
122122
hdr.set_data_dtype(np.int16)

nibabel/tests/test_spm99analyze.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def test_empty(self):
8888

8989
def test_big_scaling(self):
9090
# Test that upcasting works for huge scalefactors
91-
# See tests for apply_read_scaling in test_utils
91+
# See tests for apply_read_scaling in test_volumeutils
9292
hdr = self.header_class()
9393
hdr.set_data_shape((1, 1, 1))
9494
hdr.set_data_dtype(np.int16)
File renamed without changes.

0 commit comments

Comments
 (0)