We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7bf453 commit dc2c135Copy full SHA for dc2c135
wf_psf/script_utils.py
@@ -1318,7 +1318,7 @@ def plot_optimisation_metrics(**args):
1318
]
1319
else:
1320
model_paths = [
1321
- args['metric_base_path'] + 'metrics-' + run_id_no_suff + args['suffix_id_name'] + '.npy'
+ optim_hist_file + 'optim_hist_' + run_id_no_suff + str(args['suffix_id_name']) + '.npy'
1322
1323
1324
print('Model paths: ', model_paths)
0 commit comments