scidash / neuronunit

A package for data-driven validation of neuron and ion channel models using SciUnit
http://neuronunit.scidash.org
38 stars 24 forks source link

Python 2 issue on test.judge #171

Open gidili opened 6 years ago

gidili commented 6 years ago

Hi @rgerkin - as discussed recently, I am running this example locally and getting the following error on test.judge:

screenshot 2018-03-20 16 18 25

As discussed, it seems to be something to do with python 2.7 compatibility.

Thanks 👍

rgerkin commented 6 years ago

I pushed a fix to sciunit:dev. Update that and see if it goes away.

On Wed, Mar 21, 2018, 7:18 AM Giovanni Idili notifications@github.com wrote:

Hi @rgerkin https://github.com/rgerkin - as discussed recently, I am running this example https://github.com/scidash/neuronunit/blob/dev/neuronunit/unit_test/serialization_test.ipynb locally and getting the following error on test.judge:

[image: screenshot 2018-03-20 16 18 25] https://user-images.githubusercontent.com/68134/37714823-6864ce86-2d12-11e8-9678-edba9fb058c0.png

As discussed, it seems to be something to do with python 2.7 compatibility.

Thanks 👍

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/scidash/neuronunit/issues/171, or mute the thread https://github.com/notifications/unsubscribe-auth/AAhjm-i6gXDKi1uFgRFLtpH8M_eTMLEPks5tgmE_gaJpZM4S0DLC .

gidili commented 6 years ago

@rgerkin thank you! In the meanwhile I can confirm it's running fine on python 3 🎉 Will run again with python 2 soon and report back.

rgerkin commented 6 years ago

@gidili Is this fixed for you?