Skip to content

Commit

Permalink
Default solution integrator as an empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipuch committed Nov 12, 2021
1 parent 7edd141 commit dd15a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioptim/misc/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class SolutionIntegrator(Enum):
Selection of integrator to use integrate function
"""

DEFAULT = None
DEFAULT = ""
SCIPY_RK23 = "RK23"
SCIPY_RK45 = "RK45"
SCIPY_DOP853 = "DOP853"
Expand Down

0 comments on commit dd15a5a

Please sign in to comment.