Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unexpected keyword argument 'pf_coil_to_rear_blanket_radial_gap' #831

Open
byc-chan opened this issue May 4, 2021 · 1 comment · Fixed by #830
Open

unexpected keyword argument 'pf_coil_to_rear_blanket_radial_gap' #831

byc-chan opened this issue May 4, 2021 · 1 comment · Fixed by #830

Comments

@byc-chan
Copy link

byc-chan commented May 4, 2021

Tried to run the ball_reactor.py example:

TypeErrorTraceback (most recent call last)
<ipython-input-3-fdead2d19fc8> in <module>
     44 
     45 if __name__ == "__main__":
---> 46     make_ball_reactor(('stp', 'neutronics', 'svg', 'stl', 'html'))

<ipython-input-3-fdead2d19fc8> in make_ball_reactor(outputs, output_folder)
      7                       output_folder='BallReactor'):
      8 
----> 9     my_reactor = paramak.BallReactor(
     10         inner_bore_radial_thickness=10,
     11         inboard_tf_leg_radial_thickness=30,

TypeError: __init__() got an unexpected keyword argument 'pf_coil_to_rear_blanket_radial_gap'
@shimwell
Copy link
Collaborator

shimwell commented May 4, 2021

Thanks for reporting. It is suggestions like these that really help the code improve.

I might have fixed it already in this PR #830 but I shall double check and let you know once this has been merged

@RemDelaporteMathurin RemDelaporteMathurin linked a pull request May 28, 2021 that will close this issue
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants