Skip to content

Commit

Permalink
Bring PosDefException in test scope
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastide committed Jul 6, 2022
1 parent 0100906 commit faf1aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ using CSV # for reading files
using DataFrames
using Distributed # parallel in test_correctLik.jl and test_bootstrap.jl
using GLM # for coef, nobs, residuals etc.
using LinearAlgebra: norm, diag, logdet # LinearAlgebra.rotate! not brought into scope
using LinearAlgebra: norm, diag, logdet, PosDefException # LinearAlgebra.rotate! not brought into scope
using Random
using StaticArrays # for rate substitution matrices
using Statistics
Expand Down

0 comments on commit faf1aa5

Please sign in to comment.