neuronunit
neuronunit copied to clipboard
Python 2 issue on test.judge
Hi @rgerkin - as discussed recently, I am running this example locally and getting the following error on test.judge:
As discussed, it seems to be something to do with python 2.7 compatibility.
Thanks 👍
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 [email protected] 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 .
@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.
@gidili Is this fixed for you?