Skip to content

Commit

Permalink
MAINT: decrease sample size
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jul 12, 2023
1 parent bbcafc1 commit 49b3bf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/report/draft.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
" initial_state_mass=reaction.initial_state[-1].mass,\n",
" final_state_masses={i: p.mass for i, p in reaction.final_state.items()},\n",
")\n",
"phsp_momenta = phsp_generator.generate(100_000, rng)"
"phsp_momenta = phsp_generator.generate(80_000, rng)"
]
},
{
Expand Down Expand Up @@ -285,7 +285,7 @@
" function=fixed_intensity_func,\n",
" domain_transformer=helicity_transformer,\n",
")\n",
"data_momenta = data_generator.generate(10_000, rng)"
"data_momenta = data_generator.generate(8_000, rng)"
]
},
{
Expand Down Expand Up @@ -746,7 +746,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.16"
"version": "3.8.17"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 49b3bf8

Please sign in to comment.