John Stilley

Results 306 comments of John Stilley

I was thinking about the current "solution" to your problem: ```python armi.materials.setMaterialNamespaceOrder(['armi.materials', 'UserMaterial']) ``` This works if the `UserMaterial` class is already somewhere in your Python venv. And this can...

@ntouran Just FYI. Perhaps we should have a gallery for useful plugins.

More requested Plugin Examples: * Changing the height of a `Block` after the `Reactor` is loaded. * Plot something from the Reactor at every EOC

## Question 1 > ...we could have the setting be generic to disable auto flag generation from names as well. Sorry, what? I don't follow that. ## Question 2 Sorry...

Should this ticket still be on my radar?

I have one quick thought on this. It might be super obvious, but I just want to throw it out there. In all the scientific models I've seen (Fermilab, climate...

A quick note on code coverage of `armi/nuclearDataIO/ripl.py`, it has 86% code coverage. And it would be 100% code coverage, except the helper method `makeDecayConstantTable` is untested.

@keckler Is this ticket complete? I see a PR has been merged for it.

Okay, I found what I think is the only reason that we have a `global` `_assemNum`: https://github.com/terrapower/armi/blob/907f2b49d4063cfd07068431698d22dab4c7d267/armi/reactor/assemblies.py#L99-L100 When we create a new `Assembly` object, we want to give it a...