Skip to content

Commit

Permalink
Fix failing doctest.
Browse files Browse the repository at this point in the history
  • Loading branch information
ketch committed Feb 13, 2015
1 parent d750313 commit 71e0e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodepy/runge_kutta_method.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
>>> RK=loadRKM()
>>> RK.keys()
['BE', 'SSP75', 'Lambert65', 'Fehlberg45', 'FE', 'Merson43', 'SSP33', 'MTE22', 'SSP95', 'RK44', 'SSP22star', 'RadauIIA3', 'RadauIIA2', 'BS5', 'Heun33', 'SSP22', 'DP5', 'LobattoIIIC4', 'NSSP33', 'NSSP32', 'SSP85', 'CMR6', 'BuRK65', 'PD8', 'SSP104', 'LobattoIIIA2', 'GL2', 'GL3', 'LobattoIIIC3', 'LobattoIIIC2', 'Mid22']
['BE', 'SSP75', 'Lambert65', 'Fehlberg45', 'FE', 'Merson43', 'SSP33', 'MTE22', 'PD8', 'SSP95', 'RK44', 'SSP22star', 'RadauIIA3', 'RadauIIA2', 'BS5', 'Heun33', 'SSP22', 'DP5', 'LobattoIIIC4', 'NSSP33', 'NSSP32', 'SSP85', 'CMR6', 'BuRK65', 'SSP104', 'LobattoIIIA2', 'GL2', 'GL3', 'LobattoIIIC3', 'LobattoIIIC2', 'Mid22']
>>> print RK['Mid22']
Midpoint Runge-Kutta
Expand Down

0 comments on commit 71e0e13

Please sign in to comment.