Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
simsurace and github-actions[bot] authored Feb 26, 2024
1 parent 665a614 commit 0c5a728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parameters_matrix.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ using ParameterHandling: vec_to_tril, tril_to_vec
@test vec_to_tril(X.L) cholesky(X_mat).L

# Zeroing the unconstrained value preserve positivity
X.L .= 0
X.L .= 0
@test isposdef(value(X))

# Check that zeroing the unconstrained value does not affect the original array
Expand Down

0 comments on commit 0c5a728

Please sign in to comment.