Skip to content
Snippets Groups Projects
Commit 66129965 authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

corrected_tests

parent fe89b0c2
No related branches found
No related tags found
No related merge requests found
Pipeline #3414 passed
...@@ -17,7 +17,7 @@ class Test_initConstants(unittest.TestCase): ...@@ -17,7 +17,7 @@ class Test_initConstants(unittest.TestCase):
def setUpClass(cls): def setUpClass(cls):
rm_tmp() rm_tmp()
os.mkdir("multiview_platform/tests/tmp_tests") os.mkdir("multiview_platform/tests/tmp_tests")
cls.view_name=test_dataset cls.view_name="test_dataset"
cls.datasetFile = h5py.File( cls.datasetFile = h5py.File(
tmp_path+"test.hdf5", "w") tmp_path+"test.hdf5", "w")
cls.random_state = np.random.RandomState(42) cls.random_state = np.random.RandomState(42)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment