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
Test coverage for that code has wobbled back and forth between covering the Rust and Python code at various points, but Python currently does the file-address aware cycle detection, and so currently has the coverage.
The text was updated successfully, but these errors were encountered:
As described in #13744, #13370 broke the error message for native cycle detection, by reporting unrelated nodes.
Fix the issue (node ids for the running subgraph were being used with the underlying graph when rendering the path) and expand the test.
Fixes#13744.
[ci skip-build-wheels]
#13370 broke the native cycle detection error message: see #13743 (comment)
Test coverage for that code has wobbled back and forth between covering the Rust and Python code at various points, but Python currently does the file-address aware cycle detection, and so currently has the coverage.
The text was updated successfully, but these errors were encountered: