Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Mar 13, 2024
1 parent 6e0ed64 commit 26b80c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/ekp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ end
input_output_pairs = CAL.get_input_output_pairs(ekp)

@test input_output_pairs.inputs.stored_data ==
hcat([ekp.u[i].stored_data for i in 1:(length(ekp.u) - 1)]...)
hcat([ekp.u[i].stored_data for i in 1:(length(ekp.u) - 1)]...)
@test input_output_pairs.outputs.stored_data ==
hcat([ekp.g[i].stored_data for i in 1:length(ekp.g)]...)
hcat([ekp.g[i].stored_data for i in 1:length(ekp.g)]...)

emulator = CAL.gp_emulator(input_output_pairs, y_noise_cov)

Expand All @@ -41,4 +41,4 @@ end
@test mean(chain.value[1:100000]) 4.19035299 rtol = 0.0001

constrained_posterior = CAL.save_posterior(mcmc, chain)
end
end

0 comments on commit 26b80c7

Please sign in to comment.