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

One conflict was still hiding

parent d0b241fb
No related branches found
No related tags found
No related merge requests found
Pipeline #3417 failed
......@@ -128,10 +128,9 @@ class Test_Dataset(unittest.TestCase):
"ViewN1": 1,
"ViewN2": 2,})
<<<<<<< HEAD
if __name__ == '__main__':
unittest.main()
=======
# <<<<<<< HEAD
#
# =======
def test_get_label_names(self):
dataset_object = dataset.Dataset(hdf5_file=self.dataset_file)
raw_label_names = dataset_object.get_label_names(decode=False)
......@@ -241,4 +240,6 @@ if __name__ == '__main__':
os.remove(os.path.join(tmp_path, "test_noise.hdf5"))
>>>>>>> 66129965ae7c38b4bdb4ae657369ab24357070cd
# >>>>>>> 66129965ae7c38b4bdb4ae657369ab24357070cd
if __name__ == '__main__':
unittest.main()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment