Skip to content

Commit

Permalink
Reduce excessive number of blind coverage test samples
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGesseyJones committed Apr 12, 2024
1 parent fa475ff commit 684d6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train_evidence_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def main():
plt.style.use(os.path.join('figures_and_results', 'mnras_single.mplstyle'))
fig, ax = plt.subplots()
_ = en.blind_coverage_test(plotting_ax=ax,
num_validation_samples=12_800_000)
num_validation_samples=1_000_000)
figure_folder = os.path.join('figures_and_results', 'blind_coverage_tests')
os.makedirs(figure_folder, exist_ok=True)
fig.savefig(os.path.join(
Expand Down

0 comments on commit 684d6c5

Please sign in to comment.