Closed
Description
It's me again!
I have an issue on one of my test_rrule
involving missing
values. The _can_pass_early
test fails to pass as both actual
and expected
are equal to missing
. Naturally missing == missing
returns missing
and make the test fails. Using isequal
solves the issue but I guess that's also not the wanted behaviour.
Any clue on how to solve this?
Metadata
Metadata
Assignees
Labels
No labels