nest / nestml

A domain specific language for neuron and synapse models in spiking neural network simulation
GNU General Public License v2.0
46 stars 45 forks source link

Change type() check to isinstance() #941

Closed clinssen closed 1 year ago

clinssen commented 1 year ago

Fix new pycodestyle guidelines on type checking using isinstance() rather than type().