Skip to content

Commit

Permalink
noise model filenames end in noise_model
Browse files Browse the repository at this point in the history
  • Loading branch information
zatkins2 committed Dec 19, 2023
1 parent 9f99113 commit 30ab89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ana_cov_comp/python/get_noise_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
plt.savefig(plt_fn, bbox_inches='tight')
plt.close()

noise_model_fn = f'{noise_model_dir}/{sv1}_{ar1}_set{split1}.npy'
noise_model_fn = f'{noise_model_dir}/{sv1}_{ar1}_set{split1}_noise_model.npy'
np.save(noise_model_fn, out_noise_model)

alms = None # help with memory

0 comments on commit 30ab89e

Please sign in to comment.