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
Isomorphism still relies on unnormalized predicate strings. Compare the following where s1 and s2 only differ by the presence of _rel at the end of the predicates:
Isomorphism still relies on unnormalized predicate strings. Compare the following where
s1
ands2
only differ by the presence of_rel
at the end of the predicates:compare.isomorphic()
should usepred.short_form()
instead ofpred.string
The text was updated successfully, but these errors were encountered: