davidrpugh / pyCollocation

Python package for solving initial value problems (IVP) and two-point boundary value problems (2PBVP).
MIT License
17 stars 8 forks source link

Make _symbolic_params a proper dict! #26

Closed davidrpugh closed 9 years ago

davidrpugh commented 9 years ago

Make the _symbolic_params property return an OrderedDict. This will require making some changes to the _symbolic_args property as well.