Skip to content

Commit

Permalink
changed default seed value
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored Apr 8, 2024
1 parent a18afe0 commit c549444
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 @@ -70,7 +70,7 @@ def __init__(
shafranov_factor: float,
angles: Tuple[float, float] = (0, 2 * np.pi),
sample_size: int = 1000,
sample_seed: int = 1,
sample_seed: int = 122807528840384100672342137672332424406,
) -> None:
# Assign attributes
self.major_radius = major_radius
Expand Down

0 comments on commit c549444

Please sign in to comment.