Skip to content

Commit dc2c135

Browse files
Fixed bug for single dataset plotting
1 parent b7bf453 commit dc2c135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wf_psf/script_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@ def plot_optimisation_metrics(**args):
13181318
]
13191319
else:
13201320
model_paths = [
1321-
args['metric_base_path'] + 'metrics-' + run_id_no_suff + args['suffix_id_name'] + '.npy'
1321+
optim_hist_file + 'optim_hist_' + run_id_no_suff + str(args['suffix_id_name']) + '.npy'
13221322
]
13231323

13241324
print('Model paths: ', model_paths)

0 commit comments

Comments
 (0)