Skip to content

Commit

Permalink
Refs #9992. Remove debug statement from system test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wedel committed Mar 31, 2015
1 parent 03f024d commit 52ccce3
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -102,7 +102,6 @@ def runTest(self):
cell_a = cell.cell(0, 1)
cell_a_err = cell.cell(0, 2)

print cell_a, cell_a_err
self.assertLessThan(np.abs(cell_a_err), 5.0e-5)
self.assertLessThan(np.abs(cell_a - 5.4311946) / cell_a_err, 1.5)

0 comments on commit 52ccce3

Please sign in to comment.