Skip to content

Commit

Permalink
Added type hinting + changed default value of number_of_tf_coils
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Shimwell <jonathan.shimwell@ukaea.uk>
  • Loading branch information
RemDelaporteMathurin and shimwell authored Mar 6, 2021
1 parent 07d1ff3 commit c5a71ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paramak/parametric_reactors/eu_demo_2015_reactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ class EuDemoFrom2015PaperDiagram(paramak.Reactor):

def __init__(
self,
rotation_angle=360.0,
number_of_tf_coils=11,
rotation_angle: float = 360.,
number_of_tf_coils: int = 16,
):

super().__init__([])
Expand Down

0 comments on commit c5a71ad

Please sign in to comment.