Skip to content

Commit 8d90f57

Browse files
committed
test push for Travis-CI
1 parent 9c8bbb0 commit 8d90f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/playgrounds/ODEs/vanderpol_playground.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def main():
2727
problem_params['newton_tol'] = 1E-12
2828
problem_params['newton_maxiter'] = 50
2929
problem_params['mu'] = 5
30-
problem_params['u0'] = (2.0, 0)
30+
problem_params['u0'] = (1.0, 0)
3131

3232
# initialize step parameters
3333
step_params = dict()

0 commit comments

Comments
 (0)