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
Running predict_parts with type set to oscillations of any kind results in a set of warnings of an argument being neither numeric or logical, with all oscillations in the result set to NA.
Running
predict_parts
with type set to oscillations of any kind results in a set of warnings of an argument being neither numeric or logical, with all oscillations in the result set to NA.The problem is in the following code fragment
diffs
is a data.frame object, resulting inmean(abs(diffs))
returning NAs.Following patch fixes the issue:
SessionInfo:
BRs,
Mariusz
The text was updated successfully, but these errors were encountered: