The simularium_models_util package is being reorganized and is now simularium_readdy_models, so vivarium_models needs updated imports in order to be installable in octopus.
Solution
Update imports to simularium_readdy_models.
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
Change summary:
updated setup.py with new package name and URL
updated all imports of the package in other python files
used a constant where one had been redefined and stop ReaDDy from spamming the terminal
Problem
The
simularium_models_util
package is being reorganized and is nowsimularium_readdy_models
, sovivarium_models
needs updated imports in order to be installable inoctopus
.Solution
Update imports to
simularium_readdy_models
.Type of change
Change summary: