We need the following:
logical :: a logical :: b
@assertEquivalent(a, b) (same as @assertTrue(a .eqv. b))
Need at least scalar, but 1D vector would probably be useful as well.
[TLC]
This has been added for both scalar and 1D logical. One can even write the following.
@assertEquivalent([...],a_logical_vector)
Log in to post a comment.
This has been added for both scalar and 1D logical. One can even write the following.
@assertEquivalent([...],a_logical_vector)