vivarium-collective / vivarium-core

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

Allow passing additional filters to data_from_database #202

Closed U8NWXD closed 2 years ago

U8NWXD commented 2 years ago

It's sometimes useful to pass additional filters when retrieving simulation data from the database, for example to retrieve only every 10th timepoint from long simulations. This PR adds a filters argument to data_from_database() to allow this.


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.