-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix type piracies #278
Comments
PSDMatrices.jl now has |
To get rid of more, we could move from GaussianDistributions.jl, which seems quite unmaintained, to the much bigger Distributions.jl. The main issue here is that Alternatively, we could also make our own small little Gaussian distribution package, like GaussianDistributions.jl but focusing only on the multivariate case, mostly considering PSDMatrices as covariances, witht speed in mind, and most importantly, maintained. |
Turns out Distributions.jl does not have copy!, similar, etc. So SimpleGaussians.jl it is? |
Current output: julia> Aqua.test_piracies(ProbNumDiffEq)
Possible type-piracy detected:
[1] X_A_Xt(A, X) @ ProbNumDiffEq ~/.julia/dev/ProbNumDiffEq/src/ProbNumDiffEq.jl:42
[2] copy(K::Kronecker.KroneckerProduct) @ ProbNumDiffEq ~/.julia/dev/ProbNumDiffEq/src/kronecker.jl:1 |
Current output:
The text was updated successfully, but these errors were encountered: