Skip to content

Commit

Permalink
exclude line from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Apr 6, 2024
1 parent 65bde11 commit 5a8514d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discretize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function _discretize(::AbstractDiscretizationAlgorithm, ΔT::Real,
A::AbstractMatrix,
B::AbstractMatrix,
c::AbstractVector,
D::AbstractMatrix)
D::AbstractMatrix) # COV_EXCL_LINE
end

function _discretize(::ExactDiscretization, ΔT::Real,
Expand Down

0 comments on commit 5a8514d

Please sign in to comment.