We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comparison tests in test/ModelComparison.jl pass on Catlab v0.16.9 but fail on later versions.
test/ModelComparison.jl
I am not sure what the intention of these tests is, but note that by changing line 32 in test/ModelComparison.jl from
so = Subobject.(legs(c_res))
to
so = Subobject.(feet(c_res))
, all following logical tests pass save for:
¬(A ∧ B) != ¬(A) ∨ B
and
implies((A∧B), A) == A∨B
Those tests further pass if == and != are substituted in respectively.
==
!=
The text was updated successfully, but these errors were encountered:
I'll look into this! Seems caused by AlgebraicJulia/Catlab.jl#909
Sorry, something went wrong.
kris-brown
No branches or pull requests
Comparison tests in
test/ModelComparison.jl
pass on Catlab v0.16.9 but fail on later versions.I am not sure what the intention of these tests is, but note that by changing line 32 in
test/ModelComparison.jl
fromto
, all following logical tests pass save for:
and
Those tests further pass if
==
and!=
are substituted in respectively.The text was updated successfully, but these errors were encountered: