Skip to content

Commit

Permalink
Remove type piracies; upgrade to PSDMatrices v0.5.0 (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch authored Jul 9, 2024
1 parent 2f2f6ad commit be22a55
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ LinearAlgebra = "1"
MatrixEquations = "2"
Octavian = "0.3.17"
OrdinaryDiffEq = "6.52"
PSDMatrices = "0.4.7"
PSDMatrices = "0.5.0"
PrecompileTools = "1"
Printf = "1"
Random = "1"
Expand Down
1 change: 0 additions & 1 deletion src/ProbNumDiffEq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ using DiffEqCallbacks

@reexport using PSDMatrices
import PSDMatrices: X_A_Xt, X_A_Xt!, unfactorize
X_A_Xt(A, X) = X * A * X'

stack(x) = copy(reduce(hcat, x)')
vecvec2mat(x) = reduce(hcat, x)'
Expand Down
1 change: 0 additions & 1 deletion src/kronecker.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
copy(K::Kronecker.KroneckerProduct) = Kronecker.KroneckerProduct(copy(K.A), copy(K.B))
@doc raw"""
IsometricKroneckerProduct(left_factor_dim::Int64, left_factor::AbstractMatrix)
Expand Down
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ const GROUP = get(ENV, "GROUP", "All")
Aqua.test_all(
ProbNumDiffEq,
ambiguities=false,
piracies=false,
)
end
@timedtestset "Code linting (JET.jl)" begin
Expand Down

0 comments on commit be22a55

Please sign in to comment.