Skip to content
Snippets Groups Projects

clean scripts

Merged Charly Lamothe requested to merge wip_clean_scripts into master
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -15,7 +15,6 @@ def resolve_experiment_id(models_dir):
ids = [x for x in os.listdir(models_dir)
if os.path.isdir(models_dir + os.sep + x)]
if len(ids) > 0:
ids.sort(key=int)
return int(max([int(i) for i in ids])) + 1
return 1
Loading