Skip to content

Commit c90986a

Browse files
author
Dilawar Singh
committed
Now do a local testing.
1 parent e6a6575 commit c90986a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/py_rdesigneur/test_76_func_func_control_reac_rates.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def test_reac_rates():
9393
A = []
9494
for t in moose.wildcardFind('/##[TYPE=Table2]'):
9595
A.append(t.vector)
96+
9697
m = np.mean(A, axis=1)
9798
u = np.std(A, axis=1)
9899

0 commit comments

Comments
 (0)