Skip to content

Commit

Permalink
Fix untested code
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCorenflos committed Dec 2, 2023
1 parent 18ee90c commit 149ec31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/vi/test_schrodinger_follmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ def logp_unnormalized_posterior(x, observed, prior_mu, prior_prec, true_cov):
)

# make sure it runs with 1 sample only
_ = schrodinger_follmer_algo.sample(
rng_key_init, initial_state, 1
)
_ = schrodinger_follmer_algo.sample(rng_key_init, initial_state, 1)


if __name__ == "__main__":
Expand Down

0 comments on commit 149ec31

Please sign in to comment.