Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
OnnoKampman committed May 25, 2024
1 parent c2ed305 commit e57290a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@
) # (D, D)

tvfc_estimates_git_savedir = os.path.join(
cfg['git-results-basedir'], noise_type, data_split, 'TVFC_estimates_summary_measures', f'trial_{i_trial:03d}',
data_split, metric
cfg['git-results-basedir'], noise_type, data_split, 'TVFC_estimates_summary_measures', f'trial_{i_trial:03d}', metric
)
if not os.path.exists(tvfc_estimates_git_savedir):
os.makedirs(tvfc_estimates_git_savedir)
Expand Down

0 comments on commit e57290a

Please sign in to comment.