[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
Fri Apr 18 13:33:38 PDT 2014


Repository : ssh://geoshell/pylith

On branch  : knepley/fix-faults-parallel
Link       : https://github.com/geodynamics/pylith/compare/1cbca9cbd832376cceca629383ad3c8e3db090f0...1169098c7387a0574706ddb12645c08f3401a304

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

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