diff --git a/src/PropertyT.jl b/src/PropertyT.jl index 09d091a..3b8f4ab 100644 --- a/src/PropertyT.jl +++ b/src/PropertyT.jl @@ -109,6 +109,8 @@ function κandA(name::String, opts...) if κ > 0 save(κ_fname, "κ", κ) save(A_fname, "A", A) + else + throw(ErrorException("Solver $solver did not produce a valid solution!: κ = $κ")) end return κ, A