You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation, the YAW wrapper cannot be run as a ceci pipeline because the order in which stages are run is not deterministic.
Problems
Ceci may decide to run the YawCacheDrop stage before the correlation measurements have even started.
When a new data set is cached and is supposed to inherit the patch centers from a different data set, the caching of these data sets is not guaranteed to happen in the correct order.
Solutions
Remove the YawCacheDrop stage entirely and leave it to the user to clean up the temporarily cached data, as they may be reused if neither the catalog nor the patch centers change.
Add an additional (optional) link for YawCacheCreate instances to share patch centers and ensure execution in the correct order.
The text was updated successfully, but these errors were encountered:
In the current implementation, the YAW wrapper cannot be run as a ceci pipeline because the order in which stages are run is not deterministic.
Problems
YawCacheDrop
stage before the correlation measurements have even started.Solutions
YawCacheDrop
stage entirely and leave it to the user to clean up the temporarily cached data, as they may be reused if neither the catalog nor the patch centers change.YawCacheCreate
instances to share patch centers and ensure execution in the correct order.The text was updated successfully, but these errors were encountered: