From befc9e6fe90041d0cd7502854f81313dc907461e Mon Sep 17 00:00:00 2001 From: Cyrus Wyett <34195737+cjwyett@users.noreply.github.com> Date: Tue, 25 Aug 2020 12:40:41 +0100 Subject: [PATCH] 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? --- examples/jupyter/search.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/jupyter/search.ipynb b/examples/jupyter/search.ipynb index bfdc206955..efcfac3ccb 100644 --- a/examples/jupyter/search.ipynb +++ b/examples/jupyter/search.ipynb @@ -344,7 +344,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.0" + "version": "3.8.5" } }, "nbformat": 4,