Skip to content

Commit

Permalink
Merge branch 'main' of github.com:georgemilosh/Climate-Learning
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemilosh committed Jan 31, 2023
2 parents d1cd11e + d9c88fd commit 68e6aa0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions PLASIM/Learn2_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
Final score of k_fold_cross_val
Run pruned
42 Folder name of the run and progressive number among the scheduled runs
42 Folder name of the run
Single run completes
44 Non default arguments of the run
Expand All @@ -115,6 +115,8 @@
Skipping/rerunning already performed run
Average score of the run
48 Progressive number among the scheduled runs
49 All runs completed
50 logging.CRITICAL The program stops due to an error
Expand Down Expand Up @@ -2656,9 +2658,9 @@ def run_multiple(self):
logger.log(45, f"Starting {nruns} run{'' if nruns == 1 else 's'}")
try:
for i,kwargs in enumerate(self.scheduled_kwargs):
logger.log(42, f'Run {i+1}/{len(self.scheduled_kwargs)}')
logger.log(48, f'{HOSTNAME}: Run {i+1}/{nruns}')
self._run(**kwargs)
logger.log(49, '\n\n\n\n\n\nALL RUNS COMPLETED\n\n')
logger.log(49, f'{HOSTNAME}: \n\n\n\n\n\nALL RUNS COMPLETED\n\n')
finally:
# remove telegram logger
if th is not None:
Expand Down

0 comments on commit 68e6aa0

Please sign in to comment.