Fix duplicate func definition
This commit is contained in:
parent
62a5b63d89
commit
f2b5837b56
@ -379,14 +379,6 @@ class Slate():
|
|||||||
print(msg)
|
print(msg)
|
||||||
orig_config = {}
|
orig_config = {}
|
||||||
|
|
||||||
def _make_configs_for_runs(self, config):
|
|
||||||
c = copy.deepcopy(config)
|
|
||||||
|
|
||||||
grid_versions = self._make_grid_versions(c)
|
|
||||||
all_versions = self._make_ablative_versions(c, grid_versions)
|
|
||||||
|
|
||||||
return all_versions
|
|
||||||
|
|
||||||
def _get_num_conv_versions(self, config):
|
def _get_num_conv_versions(self, config):
|
||||||
return len(self._make_configs_for_runs(config))
|
return len(self._make_configs_for_runs(config))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user