@@ -12,17 +12,17 @@ def setUp(self):
1212 self .test_gui = Gui ()
1313
1414 # set up test data
15- self .test_sofq = h5py .File ("diffpy/ tests/testdata/sofq.h5" )["data" ]
16- self .test_sofq_cut_10to40px = h5py .File ("diffpy/ tests/testdata/sofq_cut_10to40px.h5" )["data" ]
17- self .test_sofq_cut_15to35px = h5py .File ("diffpy/ tests/testdata/sofq_cut_15to35px.h5" )["data" ]
18- self .test_gofr = h5py .File ("diffpy/ tests/testdata/gofr.h5" )["data" ]
19- self .test_gofr_cut_10to40px = h5py .File ("diffpy/ tests/testdata/gofr_from_sofq_cut_10to40px.h5" )["data" ]
20- self .test_gofr_cut_15to35px = h5py .File ("diffpy/ tests/testdata/gofr_from_sofq_cut_15to35px.h5" )["data" ]
15+ self .test_sofq = h5py .File ("tests/testdata/sofq.h5" )["data" ]
16+ self .test_sofq_cut_10to40px = h5py .File ("tests/testdata/sofq_cut_10to40px.h5" )["data" ]
17+ self .test_sofq_cut_15to35px = h5py .File ("tests/testdata/sofq_cut_15to35px.h5" )["data" ]
18+ self .test_gofr = h5py .File ("tests/testdata/gofr.h5" )["data" ]
19+ self .test_gofr_cut_10to40px = h5py .File ("tests/testdata/gofr_from_sofq_cut_10to40px.h5" )["data" ]
20+ self .test_gofr_cut_15to35px = h5py .File ("tests/testdata/gofr_from_sofq_cut_15to35px.h5" )["data" ]
2121
2222 def test_load_cube_testdataset1 (self ):
2323 # given
2424 self .test_gui .filename_entry .delete (0 , "end" )
25- self .test_gui .filename_entry .insert (0 , "diffpy/ tests/testdata/sofq.h5" )
25+ self .test_gui .filename_entry .insert (0 , "tests/testdata/sofq.h5" )
2626
2727 # when
2828 self .test_gui .load_cube ()
@@ -34,7 +34,7 @@ def test_load_cube_testdataset1(self):
3434 def test_load_cube_testdataset2 (self ):
3535 # given
3636 self .test_gui .filename_entry .delete (0 , "end" )
37- self .test_gui .filename_entry .insert (0 , "diffpy/ tests/testdata/sofq_cut_10to40px.h5" )
37+ self .test_gui .filename_entry .insert (0 , "tests/testdata/sofq_cut_10to40px.h5" )
3838
3939 # when
4040 self .test_gui .load_cube ()
@@ -46,7 +46,7 @@ def test_load_cube_testdataset2(self):
4646 def test_load_cube_testdataset3 (self ):
4747 # given
4848 self .test_gui .filename_entry .delete (0 , "end" )
49- self .test_gui .filename_entry .insert (0 , "diffpy/ tests/testdata/sofq_cut_15to35px.h5" )
49+ self .test_gui .filename_entry .insert (0 , "tests/testdata/sofq_cut_15to35px.h5" )
5050
5151 # when
5252 self .test_gui .load_cube ()
0 commit comments