Skip to content

Commit e1617ea

Browse files
author
Daniel Ruprecht
committed
number of nodes in test_imexsweeper is now randomly generated
1 parent 7849625 commit e1617ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_imexsweeper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def setUp(self):
5454
self.pparams['u0'] = np.random.rand()
5555
self.swparams = {}
5656
self.swparams['collocation_class'] = collclass.CollGaussLobatto
57-
self.swparams['num_nodes'] = 2
57+
self.swparams['num_nodes'] = 2+np.random.randint(5)
5858

5959
# ***************
6060
# **** TESTS ****

0 commit comments

Comments
 (0)