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 dont get why one checks for !isnothing(basisfunction) => a basisfunction exists, but at the same time type <: UnfoldLinearMixedModel
=> this case shouldnt even exist - a UnfoldLinearMixedModel never has a basisfunction, and a UnfoldLinearMixedModelContinuousTime always has one. So whcih is it?
I dont get why one checks for !isnothing(basisfunction) => a basisfunction exists, but at the same time type <: UnfoldLinearMixedModel
=> this case shouldnt even exist - a UnfoldLinearMixedModel never has a basisfunction, and a UnfoldLinearMixedModelContinuousTime always has one. So whcih is it?
Unfold.jl/src/designmatrix.jl
Line 232 in 61e6d4e
The text was updated successfully, but these errors were encountered: