Skip to content

Commit 6e7a2c7

Browse files
committed
format
1 parent 8c37529 commit 6e7a2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RandomFeature.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ function nice_cov(sample_mat::AA, n_samples = 400, δ::FT = 1.0) where {AA <: Ab
564564
max_exponent = 2 * 5 # must be even
565565
interp_steps = 100
566566
# use find the variability in the corr coeff matrix entries
567-
std_corrs = (1 .- corr) / sqrt(N_ens)
567+
std_corrs = (1 .- corr) / sqrt(N_ens)
568568

569569
std_tol = sqrt(sum(std_corrs .^ 2))
570570
α_min_exceeded = [max_exponent]

0 commit comments

Comments
 (0)