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
JuliaLang/METADATA.jl#19433 can't be merged because of a regression in GaussianProcesses. The error comes down to not finding a method for similar(::StaticArrays.SArray{Tuple{1},Int64,1,1}, ::Tuple{Base.Slice{StaticArrays.SOneTo{1}}}).
Fortunately, Base.Slice{SOneTo} is conceptually equivalent to SOneTo, so I don't think there's any problem supporting this operation. Fix on the way, once I verify that the GaussianProcesses tests pass.
The text was updated successfully, but these errors were encountered:
JuliaLang/METADATA.jl#19433 can't be merged because of a regression in GaussianProcesses. The error comes down to not finding a method for
similar(::StaticArrays.SArray{Tuple{1},Int64,1,1}, ::Tuple{Base.Slice{StaticArrays.SOneTo{1}}})
.Fortunately,
Base.Slice{SOneTo}
is conceptually equivalent toSOneTo
, so I don't think there's any problem supporting this operation. Fix on the way, once I verify that the GaussianProcesses tests pass.The text was updated successfully, but these errors were encountered: