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

Did nothing

parent c9615cd3
No related branches found
No related tags found
No related merge requests found
...@@ -588,7 +588,6 @@ def execClassif(arguments): ...@@ -588,7 +588,6 @@ def execClassif(arguments):
monoviewAlgos = args.CL_algos_monoview monoviewAlgos = args.CL_algos_monoview
multiviewAlgos = args.CL_algos_multiview multiviewAlgos = args.CL_algos_multiview
dataset_list = execution.find_dataset_names(args.pathF, args.type, args.name) dataset_list = execution.find_dataset_names(args.pathF, args.type, args.name)
if not args.add_noise: if not args.add_noise:
args.noise_std=[0.0] args.noise_std=[0.0]
......
...@@ -31,3 +31,5 @@ for module in os.listdir(os.path.dirname(os.path.realpath(__file__))): ...@@ -31,3 +31,5 @@ for module in os.listdir(os.path.dirname(os.path.realpath(__file__))):
__import__(module[:-3], locals(), globals(), [], 1) __import__(module[:-3], locals(), globals(), [], 1)
pass pass
del os del os
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment