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

Enable existing_ok=True for creating datasets #760

Closed bennybp closed 1 year ago

bennybp commented 1 year ago

Description

Adds the ability to specify existing_ok=True for add_dataset. If True, and a dataset exists with the same type & name, the existing dataset is returned and a new dataset is not created.

Changelog description

Add existing_ok=True for add_dataset

Status

codecov[bot] commented 1 year ago

Codecov Report

Merging #760 (ed8c60e) into main (e8d9cba) will decrease coverage by 0.01%. The diff coverage is 66.66%.

Additional details and impacted files