You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is really esoteric but caused a test of mine to fail in a very puzzling way. Dates created by readr are different from those created all other ways (integer vs double).
This is really esoteric but caused a test of mine to fail in a very puzzling way. Dates created by
readr
are different from those created all other ways (integer vs double).These appear to be the same, up to
tbl_df
-ness.But the
readr
product stores its dates as integer vs numeric for the other two.And it means even
testthat::expect_equivalent()
fails.The text was updated successfully, but these errors were encountered: