Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
OnnoKampman committed Apr 28, 2024
1 parent 274b383 commit e2c686f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@
all_method_significances_df.to_csv(
os.path.join(test_likelihoods_ttests_savedir, likelihoods_pvals_filename),
index=True,
float_format='%.3f'
# float_format='%.3f',
)
logging.info(f"Saved {data_split:s} likelihoods p-values '{likelihoods_pvals_filename:s}' in '{test_likelihoods_ttests_savedir:s}'.")

likelihoods_cod_filename = f'{data_split:s}_{experiment_dimensionality:s}_likelihoods_cod.csv'
all_method_cod_df.to_csv(
os.path.join(test_likelihoods_ttests_savedir, likelihoods_cod_filename),
index=True,
float_format='%.3f'
# float_format='%.3f',
)
logging.info(f"Saved {data_split:s} likelihoods Cohen's D '{likelihoods_cod_filename:s}' in '{test_likelihoods_ttests_savedir:s}'.")

0 comments on commit e2c686f

Please sign in to comment.