Skip to content

Commit 685ab75

Browse files
author
Dilawar Singh
committed
One more test is passing.
1 parent 6188e09 commit 685ab75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/py_moose/test_kkit.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ def test_kkit():
2828
vals = x.vector
2929
stats = [vals.min(), vals.max(), vals.mean(), vals.std()]
3030
print(stats)
31-
# expected = [0.0, 0.00040324746614066575, 0.0001433307666099328, 0.0001313134713700798]
32-
expected = [0.0, 0.00040465741076005336, 0.00014440633982337942, 0.00013177575201687465]
31+
expected = [0.0, 0.00040324746614066575, 0.0001433307666099328, 0.0001313134713700798]
3332
assert numpy.allclose(stats, expected), 'Got %s expected %s' % (stats, expected)
3433

3534
def main():

0 commit comments

Comments
 (0)