MolSSI / QCFractal

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

Fix missing client on cached dataset records #822

Closed bennybp closed 2 months ago

bennybp commented 2 months ago

Description

Some dataset records, when fetched through the dataset's cache, would not have the client attached. This made it impossible to fetch additional pieces of the record one it had been cached.

Changelog description

Fix missing client on cached dataset records

Status