Closed 19fitzna closed 2 months ago
Isn't it the behavior of most functions that take covariates to require them to be supplied in long format?
At least within our package, all other functions that use covariates support both at this moment.
As an alternative to changing this function to work with wide format we could drop wide-format support or provide a warning that wide format has limited functionality when defining a model with wide-format covariates.
Thanks for catching this! I'll work on it - were you using a multiple or single time series model?
I was using multiple time series
plot_bifurcation_diagram
relies onmodel.variable_column_name
having a value which is notnothing
For instances where a user is using wide-format covariate data they set
variable_column_name = nothing
resulting in the following error when trying to useplot_bifurcation_diagram
with a model using wide-format covariate data:I can include an MWE if needed but this should occur anytime when using
plot_bifurcation_diagram
for a model with kwargvariable_column_name = nothing