-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Restructure the MontecarloRunner #636
Conversation
99541ab
to
b5854bc
Compare
The MontecarloRunner now needs a separate reference to the plasma since the restructured Radial1DModel doesn't have the plasma as an attribute anymore.
looking good. |
@wkerzendorf It doesn't. :( I realized that I need to change Working on it now... |
I think of |
@yeganer That's right, it already gets the model and the plasma, but Should be relatively easy. |
…o MontecarloRunner." This reverts commit 9f4385e, because it was decided that the j_blues will become plasma properties.
…o the MontecarloRunner.
Closing in favor of #652. |
This PR introduces the necessary changes to the
MontecarloRunner
in order to make it work with the restructuredRadial1DModel
.