-
-
Notifications
You must be signed in to change notification settings - Fork 435
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
Rename MontecarloRunner to MontecarloTransport #2310
Conversation
*beep* *bop* Hi, human. I'm the @tardis-bot and couldn't find your records in my database. I think we don't know each other, or you changed your credentials recently. Please add your name and email to In case you need to map an existing alias, follow this example. |
@@ -725,7 +725,7 @@ def runner_from_hdf(fname): | |||
) | |||
|
|||
# Creating a runner object and storing data | |||
new_runner = MontecarloRunner( | |||
new_runner = MontecarloTransport( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's rename new_runner
into montecarlo_transport
@@ -97,7 +97,7 @@ class Simulation(PlasmaStateStorerMixin, HDFWriterMixin): | |||
iterations : int | |||
model : tardis.model.Radial1DModel | |||
plasma : tardis.plasma.BasePlasma | |||
runner : tardis.montecarlo.MontecarloRunner | |||
montecarlo_transport : tardis.montecarlo.MontecarloRunner |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that needs to be MonteCarloTransport
right
@xansh tests fail |
Accidentally closed this when I was renaming the branch. Logged a new request here. Please see that PR instead. |
This request is stale. Please go to this PR instead.
📝 Description
Type: 🎢
restructure
Refactored MontecarloRunner to MontecarloTransport and runner to montecarlo_transport for restructuring
🚦 Testing
How did you test these changes?
☑️ Checklist
build_docs
label