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

Revmoved commentaries

parent 93c22046
No related branches found
No related tags found
No related merge requests found
Pipeline #3420 passed
......@@ -128,9 +128,6 @@ class Test_Dataset(unittest.TestCase):
"ViewN1": 1,
"ViewN2": 2,})
# <<<<<<< 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)
......@@ -240,6 +237,5 @@ class Test_Dataset(unittest.TestCase):
os.remove(os.path.join(tmp_path, "test_noise.hdf5"))
# >>>>>>> 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