diff --git a/test_problems/python/tut2/output_blessed.txt b/test_problems/python/tut2/output_blessed.txt index 8d8c24b82..b5d7e2b3e 100644 --- a/test_problems/python/tut2/output_blessed.txt +++ b/test_problems/python/tut2/output_blessed.txt @@ -4,5 +4,4 @@ [ 0.9 0.1 0. 0. 0. 0. 0. 0. ] -[ -5.87904205e+007 9.54334644e+007 -inf -inf - -inf -inf -inf -inf] +-58790420.4878 95433464.4456 diff --git a/test_problems/python/tut2/tut2.py b/test_problems/python/tut2/tut2.py index c213fe80d..9e3fef050 100755 --- a/test_problems/python/tut2/tut2.py +++ b/test_problems/python/tut2/tut2.py @@ -126,7 +126,7 @@ print cc # will get infs because coverages are zero. gg = diamonnd_surf2.chemPotentials() -print gg +print gg[0], gg[1]