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
The unit tests in drake-distro/drake/bindings/python/pydrake/test/all access URDFs in drake-distro/drake/examples/. This violates the order-of-includes rule we're trying to enforce.
So between (1) a revised understanding of what's allowed to depend on what (tests may in general depend on anything anywhere), and (2) its pydrake (which TRI doesn't curate), I think that this is no longer an issue. Resolved-invalid.
The unit tests in
drake-distro/drake/bindings/python/pydrake/test/
all access URDFs indrake-distro/drake/examples/
. This violates the order-of-includes rule we're trying to enforce.Related:
The text was updated successfully, but these errors were encountered: