Skip to content
Snippets Groups Projects
Commit 1792ad1b authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[housekeeping] Code cleanup

parent 51201cc0
Branches
Tags
2 merge requests!281.6.x,!27Soft loop
Pipeline #24974 failed
...@@ -117,7 +117,6 @@ class Executor(object): ...@@ -117,7 +117,6 @@ class Executor(object):
databases = database_cache databases = database_cache
if self.algorithm.type == Algorithm.LEGACY: if self.algorithm.type == Algorithm.LEGACY:
print(self.data)
# Loads algorithm inputs # Loads algorithm inputs
(self.input_list, self.data_loaders) = create_inputs_from_configuration( (self.input_list, self.data_loaders) = create_inputs_from_configuration(
self.data, self.algorithm, self.prefix, cache_root, self.data, self.algorithm, self.prefix, cache_root,
......
...@@ -295,7 +295,7 @@ def create_inputs_from_configuration(config, algorithm, prefix, cache_root, ...@@ -295,7 +295,7 @@ def create_inputs_from_configuration(config, algorithm, prefix, cache_root,
else: else:
_create_data_source(details) _create_data_source(details)
else: # Algorithm.AUTONOMOUS or LOOP: else: # Algorithm autonomous types
_create_data_source(details) _create_data_source(details)
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment