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
This fixes a bug found by Konsti[1] where not all extras would propagate
correctly. This could lead to improper simplification steps.
The fix here is to revisit nodes in the graph unless no changes have
been made to the set of enabled extras.
We also add a regression test whose snapshot changes without this fix. I
tried writing a test case by hand but couldn't figure it out. The
original pytorch MRE in #9289 also has a different lock file with this
fix, but we really shouldn't be adding more pytorch tests given how
beefy they are. So I found this case using airflow, which is also beefy,
but hopefully good enough.
[1]: #9370 (comment)
0 commit comments