Skip to content

Commit

Permalink
readd release
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Sep 28, 2023
1 parent 54a644c commit 5780ac9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lodf_calculations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ function _pardiso_sequential_LODF!(
lodf_t[:, i_count:edge] .= tmp
i_count = edge + 1
end
Pardiso.set_phase!(ps, Pardiso.RELEASE_ALL)
Pardiso.pardiso(ps)
return

Check warning on line 189 in src/lodf_calculations.jl

View check run for this annotation

Codecov / codecov/patch

src/lodf_calculations.jl#L184-L189

Added lines #L184 - L189 were not covered by tests
end

Expand Down

0 comments on commit 5780ac9

Please sign in to comment.