Bug risk: Using customize_funcs()
with Dask to update the parameters of a @flow
or @subflow
#1865
Labels
bug
Something isn't working
Details about the quacc environment
What is the issue?
quacc/src/quacc/wflow_tools/customizers.py
Lines 100 to 135 in fae6393
When calling
customize_funcs()
with theupdate_parameters
keyword argument, the user can update the parameters of any@job
,@flow
, or@subflow
. In most cases, this is a@job
. However, if the object we are updating the parameters of is a@flow
or@subflow
, it won't be properly updated when using Dask unless we pass thedecorator
keyword argument toupdate_parameters
which seems very easy to forget.The text was updated successfully, but these errors were encountered: