Closed apdavison closed 7 months ago
There is also another import in mapping.py
I think that one should be modified as well
from utility import openminds_instance
line 145 from .utility import openminds_instance
Good spot. I've fixed that, and moved all imports to the top of each file.
so that people will be able to install it with pip, once we release the first version.
For development, you can install with
pip install -e .
, then to run the converter: