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
During #651, some upstream update caused (once again) for some tests to start failing due to integer- vs. double-backed Dates. I'm just eliminating the typeof checks for now, but this may cause some operations to potentially do the wrong thing (next_after?). It would probably be better to vec_cast_common instead of just checking for identical classes.
The text was updated successfully, but these errors were encountered:
During #651, some upstream update caused (once again) for some tests to start failing due to integer- vs. double-backed Dates. I'm just eliminating the typeof checks for now, but this may cause some operations to potentially do the wrong thing (
next_after
?). It would probably be better tovec_cast_common
instead of just checking for identical classes.The text was updated successfully, but these errors were encountered: