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

Clear cache during __init__! #30

Closed davidrpugh closed 9 years ago

davidrpugh commented 9 years ago

Need to be sure to clear _cached_rhs_functions attribute in the SymbolicModelLike class during initialization.