MolSSI / QCFractal

A distributed compute and database platform for quantum chemistry.
https://molssi.github.io/QCFractal/
BSD 3-Clause "New" or "Revised" License
144 stars 47 forks source link

Allow selecting by status in ds.get_records #673

Closed bennybp closed 3 years ago

bennybp commented 3 years ago

Description

By default, dataset get_records will only retrieve records with status = COMPLETE. This allows for selecting records by status, with the default being to obtain all records.

This also has a small fix, constraining the version of parsl in the test environments

Changelog description

Allow retrieving dataset records by status

Status

codecov[bot] commented 3 years ago

Codecov Report

Merging #673 (84f5634) into master (b8b8ef5) will increase coverage by 1.00%. The diff coverage is 100.00%.