Menu

#29 assertEquivalent on logical

Version 3 (Current)
closed
1
2014-12-12
2014-12-01
No

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]

Discussion

  • Michael L. Rilee

    • Priority: 4 --> 1
     
  • Michael L. Rilee

    This has been added for both scalar and 1D logical. One can even write the following.

    @assertEquivalent([...],a_logical_vector)

     
  • Michael L. Rilee

    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB