After passing a forecast object through the add_coverage function, it is re-transformed into a data.table. #559
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
When I work on this package, I found the following bug.
As illustrated in the example, if I ran the following code, I obtained the "forecast_quantile" object.
However, if I check class after passing through the
add_coverage
function, the object suddenly becomes a data.table.Expected outcome would be
'forecast_quantile''data.table''data.frame'
.The text was updated successfully, but these errors were encountered: