File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import os
2- import sys
3-
41import numpy as np
52
63import nrrd
74from nrrd .tests .util import *
85
9- # Required specifically in each module so that searches happen at the parent directory for importing modules
10- sys .path .append (os .path .dirname (os .path .dirname (os .path .dirname (__file__ ))))
11-
126
137class TestFieldFormatting (unittest .TestCase ):
148 def setUp (self ):
Original file line number Diff line number Diff line change 1- import os
2- import sys
3-
41import numpy as np
52
63import nrrd
74from nrrd .tests .util import *
85
9- sys .path .append (os .path .dirname (os .path .dirname (os .path .dirname (__file__ ))))
10-
116
127class TestFieldParsing (unittest .TestCase ):
138 def setUp (self ):
Original file line number Diff line number Diff line change 1- import os
2- import sys
3-
41import numpy as np
52
63import nrrd
74from nrrd .tests .util import *
85
9- sys .path .append (os .path .dirname (os .path .dirname (os .path .dirname (__file__ ))))
10-
116
127class TestReadingFunctions :
138 def setUp (self ):
You can’t perform that action at this time.
0 commit comments