Skip to content

Commit

Permalink
Merge branch 'fixing_random_variation' of github.com:fusion-energy/op…
Browse files Browse the repository at this point in the history
…enmc-plasma-source into fixing_random_variation
  • Loading branch information
shimwell committed Apr 8, 2024
2 parents 545788b + 92d93c4 commit 131ea0a
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 @@ -67,7 +67,7 @@ def __init__(
pedestal_radius: float,
shafranov_factor: float,
angles: Tuple[float, float] = (0, 2 * np.pi),
sample_size: int = (100,100),
sample_size: int = (100, 100),
) -> None:
# Assign attributes
self.major_radius = major_radius
Expand Down

0 comments on commit 131ea0a

Please sign in to comment.