Skip to content

Update Comparison tests to Catlab > v0.16.9 #175

Open
@lukem12345

Description

@lukem12345

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 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((AB), A) == AB

Those tests further pass if == and != are substituted in respectively.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions