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

Use strings instead of symbols as keys for various dicts #6

Closed davidrpugh closed 9 years ago

davidrpugh commented 9 years ago

In order to separate the implementation of the symbolics from the definition of models and core solve logic, will need to stop using symbols as dict keys (strings are the obvious alternative choice).