Skip to content

Commit

Permalink
non empty str for SolutionIntegrator.DEFAULT
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipuch committed Nov 12, 2021
1 parent b6fe295 commit e16441c
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 = ""
DEFAULT = "DEFAULT"
SCIPY_RK23 = "RK23"
SCIPY_RK45 = "RK45"
SCIPY_DOP853 = "DOP853"
Expand Down

0 comments on commit e16441c

Please sign in to comment.