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.
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 todata_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.