[cig-commits] [commit] knepley/fix-faults-parallel: Improve debugging output in full-scale tests for fault stuff. (96a279b)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon May 5 03:05:00 PDT 2014


Repository : ssh://geoshell/pylith

On branch  : knepley/fix-faults-parallel
Link       : https://github.com/geodynamics/pylith/compare/80029c389e447a372a70929ff189ad24b6fbf5b4...422d933ebf5e19a69537cf35cab1c4497c03fe90

>---------------------------------------------------------------

commit 96a279bd1a524cc317572842a89b35d9fa87c9c0
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Fri Apr 18 12:43:34 2014 -0700

    Improve debugging output in full-scale tests for fault stuff.


>---------------------------------------------------------------

96a279bd1a524cc317572842a89b35d9fa87c9c0
 pylith/tests/Fault.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pylith/tests/Fault.py b/pylith/tests/Fault.py
index 1abebca..072a6f2 100644
--- a/pylith/tests/Fault.py
+++ b/pylith/tests/Fault.py
@@ -73,6 +73,7 @@ def check_vertex_fields(testcase, filename, mesh, fieldNames):
           print "Error in component %d of field '%s' for timestep %d." % (idim, name, istep)
           print "Expected values:",valuesE
           print "Output values:",values
+          print "Coordinates: ",vertices
         testcase.assertEqual(numpy.sum(okay), nvertices)
 
   h5.close()



More information about the CIG-COMMITS mailing list