vivarium-collective / vivarium-core

Core Interface and Engine for Vivarium
https://vivarium-core.readthedocs.io/
Apache License 2.0
25 stars 2 forks source link

expanded _move target to support tuples going through port to sub-store #230

Closed eagmon closed 1 year ago

eagmon commented 1 year ago

This PR fixes issues discovered by John Hickey. The _move hierarchical update can now support target keys mapping to tuples, with (port_id, path, to, store). Also uncomments the imports related to Quantity in serialize.py since those are sometimes needed.


By creating this pull request, I agree to the Contributor License Agreement, which is available in CLA.md at the top level of this repository.