PySCeS / pysces

The official PySCeS project source code repository.
https://pysces.github.io
Other
34 stars 10 forks source link

Removed debugging print statements #13

Closed bgoli closed 9 years ago

jmrohwer commented 9 years ago

Hi Brett, hope you are keeping well! Nice to get into the github swing of social coding :-) BTW have you tried the new nbagg backend for the IPython notebook (version 3 and above)? Absolutely awsome... Johann

On 26 August 2015 at 23:53, Brett Olivier notifications@github.com wrote:

Assigned #13 https://github.com/PySCeS/pysces/pull/13 to @jmrohwer https://github.com/jmrohwer.

— Reply to this email directly or view it on GitHub https://github.com/PySCeS/pysces/pull/13#event-393381478.

bgoli commented 9 years ago

Hi Johann, absolutely, so far so good :-)

Just tried the nbagg backend now, indeed looks amazing and seems to work with our plotting setup. Actually a few people have just started using PySCeS for modelling over here and I'm trying to encourage them to use Ipython notebooks so this is great.

Something else we should chat about at some point is PySundials, I'm trying to compile 64bit Windows binaries and as it only targets sundials 2.3.0 is turning out to be extremely painful.

All we really need to start with is a wrapper for CVODE/CVODES which nowadays can probably be done pretty easily with something like cython, e.g. maybe use something from this project olivierverdier/python-sundials.