quacc icon indicating copy to clipboard operation
quacc copied to clipboard

Remove hacked Prefect functions to upstream Prefect

Open Andrew-S-Rosen opened this issue 1 year ago • 0 comments

What would you like to report?

In https://github.com/Quantum-Accelerators/quacc/pull/2460 and https://github.com/Quantum-Accelerators/quacc/pull/2462 by @zulissimeta, we have added some routines to nicely resolve Prefect futures. However, this involved some copying of boilerplate code that should really be submitted to the upstream Prefect library. While somewhat annoying, this should be taken care of ASAP to prevent breakages.

Here are the functions to take care of: https://github.com/Quantum-Accelerators/quacc/blob/main/src/quacc/wflow_tools/prefect_utils.py

Andrew-S-Rosen avatar Sep 19 '24 21:09 Andrew-S-Rosen