Error performing df.values
in __call__()
method of class log_posterior_probability()
when optimising a model with a timeseries of length 1
#63
Labels
bug
Something isn't working
I accidently tried optimising a model to a timeseries with only one datapoint,
Which resulted in an error on the following line in
__call__()
of classlog_posterior_probability()
,Specifically, the
.values
method ofdf.squeeze()
does not work and results in the following error,It's a specific situation but I may need to address this at some point.
The text was updated successfully, but these errors were encountered: