pydstool icon indicating copy to clipboard operation
pydstool copied to clipboard

Multiple changes to improve compatiblity with python3

Open dilawar opened this issue 6 years ago • 4 comments

  • removed some python3 incompatible statements.
  • Fixed some test scripts.
  • python3 does not accept float as index. Converted indices to int in many places.
  • Minor tweaks to some functions for passing plotting arguments such as color, alpha etc esp. in phaseplane.
  • scipy 1.x compatible (this is from @tkf ).

dilawar avatar Mar 21 '18 06:03 dilawar

Hi there, this PR seems very useful (I just had to hack the whole scipy part myself). Is there something specific preventing it from being merged? (except for the necessary pull from master?) Is it possible to help with this in any way?

Silmathoron avatar Jan 28 '19 16:01 Silmathoron

@Silmathoron Most changes have been already merged to master. I'll take a look and cherry-pick whether there are more changes.

z2v avatar Jan 29 '19 09:01 z2v

Ok, that's good to hear! I was using the PyPi version so I'll probably just switch to master, thank you

Silmathoron avatar Jan 29 '19 09:01 Silmathoron

Coverage Status

Coverage remained the same at 11.311% when pulling f48b6ef8250b22de398dce6a7071e59bcc737776 on dilawar:master into 45fc2f1d04ba1c9dfe5aef16c17587ffc90bb52e on robclewley:master.

coveralls avatar Jan 15 '21 21:01 coveralls