NeuroML / jNeuroML

A single package (command line tool and library) in Java to validate, simulate, translate and analyse NeuroML 2 models
https://docs.neuroml.org/Userdocs/Software/jNeuroML.html
GNU Lesser General Public License v3.0
9 stars 20 forks source link

Update getNeuroML.py #63

Closed dilawar closed 4 years ago

dilawar commented 4 years ago

Fixes for python3.6 for the following error.

TypeError: 'in <string>' requires string as left operand, not bytes

Not sure if it will break python2.

pgleeson commented 4 years ago

Thanks @dilawar. Had been meaning to check that in py3 for a while.