From e8553ed1f5eb46a7dd702b8632ebe66d32a09d83 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 7 Jan 2008 22:56:22 +0000 Subject: [PATCH] Changed test so that solaris agrees --- test_problems/python/tut2/output_blessed.txt | 3 +-- test_problems/python/tut2/tut2.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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]