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
I guess it would be most elegant to somehow pass empty lists by that check as there is already a "length 0 not supported" clause in db_ts_store.tslist which we need not repeat.
The text was updated successfully, but these errors were encountered:
calling
db_ts_store.list
(i.e. storing a plain list of ts) with an empty list causes an error.Reason is that the following bit results in a
list()
instead of a vector of booleans and the followingx <- x[is_tsl]
fails.I guess it would be most elegant to somehow pass empty lists by that check as there is already a "length 0 not supported" clause in
db_ts_store.tslist
which we need not repeat.The text was updated successfully, but these errors were encountered: