We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7849625 commit e1617eaCopy full SHA for e1617ea
tests/test_imexsweeper.py
@@ -54,7 +54,7 @@ def setUp(self):
54
self.pparams['u0'] = np.random.rand()
55
self.swparams = {}
56
self.swparams['collocation_class'] = collclass.CollGaussLobatto
57
- self.swparams['num_nodes'] = 2
+ self.swparams['num_nodes'] = 2+np.random.randint(5)
58
59
# ***************
60
# **** TESTS ****
0 commit comments