Skip to content

Commit

Permalink
Merge pull request #111 from fusion-energy/shimwell-patch-1
Browse files Browse the repository at this point in the history
increased default number of samples (rings)
  • Loading branch information
shimwell authored Dec 12, 2024
2 parents aafda85 + 47dde80 commit 3d17caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openmc_plasma_source/tokamak_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def tokamak_source(
pedestal_radius: float,
shafranov_factor: float,
angles: Tuple[float, float] = (0, 2 * np.pi),
sample_size: int = 1000,
sample_size: int = 10000,
fuel: Dict[str, float] = {"D": 0.5, "T": 0.5},
sample_seed: int = 122807528840384100672342137672332424406,
) -> List[IndependentSource]:
Expand Down

0 comments on commit 3d17caa

Please sign in to comment.