Skip to content

Commit

Permalink
Fix formatting issue for subset infinity. (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
FriesischScott authored Nov 5, 2024
1 parent 7394050 commit c9d89c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulations/subset.jl
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ function conditional_sampling(
chain_performance[1] = performance

for k in 2:N
chain_samples[k] = copy(chain_samples[k - 1])
chain_samples[k] = copy(chain_samples[k - 1][:, names(inputs)])

to_standard_normal_space!(inputs, chain_samples[k])

Expand Down

0 comments on commit c9d89c2

Please sign in to comment.