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
Error in `Abort()`:
! The slide computations must either (a) output a single element/row
each, or (b) one element/row per appearance of the reference time value in the
local window.
This doesn't give very helpful info about what computation(s) output the wrong number of elements/rows. We could pack the slide computations list and the expected counts in an error object & refer to them in the error message, and/or print the first one with a violation of the existing pattern.
The text was updated successfully, but these errors were encountered:
I believe this implicitly handled by #519 (and/or adjacent PRs), by forcing epi_slide .f to return a single row. Are we happy with the error messages around that now?
The changes you noted seem like they addresses part 2., and cli_abort addressed part 1, for epi_slide. And for epix_slide allowing any number of elements/rows out solved this message being unclear by eliminating it.
Currently, we get errors like
There are two issues:
Abort()
"; we should use something likecall = caller_env()
in theabort
call insideAbort
(part of AugmentAbort
& co.; addrlang
condition tutorial, helpers #102 but that's a large, stale WIP), or usecli_abort
instead.The text was updated successfully, but these errors were encountered: