We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Tried to run the ball_reactor.py example:
The text was updated successfully, but these errors were encountered: