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

Possibly consider using Python ABC module #23

Open davidrpugh opened 9 years ago

davidrpugh commented 9 years ago

Consider refactoring the code code to use Python Abstract Base Class (ABC) module...