mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Clean up criticality search (pls read comment)
Did a bit more for this one: a) Got rid of warning messages that came from setting the root universe's ID to 0. b) Moved source building to above the settings definition (rather than in the middle of it.) c) Removed `bracketed_method='bisect'` as this is the default argument. Perhaps there should be a default tolerance as well? And is there a good reason to default `print_iterations` to false?
This commit is contained in:
parent
284871e0ba
commit
befc9e6fe9
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@
|
|||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.7.0"
|
||||
"version": "3.8.5"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue