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:
Cyrus Wyett 2020-08-25 12:40:41 +01:00 committed by GitHub
parent 284871e0ba
commit befc9e6fe9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -344,7 +344,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.0"
"version": "3.8.5"
}
},
"nbformat": 4,