Closed dhasegan closed 3 years ago
added handling of the case where theres an ImportError that is not from a missing package. For example:
In [1]: from netpyne.conversion import sonataImport
Note: SONATA import failed; import/export functions for SONATA will not be available.
cannot import name 'dsalfjka' from 'netpyne' (/Users/danielhasegan/workspace/netpyne/netpyne/__init__.py)
Before:
After:
unclear for me whats the relationship of neuroml and hdf5 right now