Skip to content

Commit

Permalink
🤖 Format .jl files (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: juliohm <[email protected]>
  • Loading branch information
github-actions[bot] and juliohm authored Jan 29, 2025
1 parent 2feebea commit 011ceff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/theoretical/composite.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ end
@test (@allocated nugget(cov)) < 32
cov = SphericalCovariance(sill=2.0) + ExponentialCovariance(nugget=0.1)
@test structures(cov) == (0.1, (2.0, 0.9), (SphericalCovariance(), ExponentialCovariance()))
end
end

0 comments on commit 011ceff

Please sign in to comment.