Skip to content

Commit

Permalink
make sure code is covered. There's no logic tested.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCorenflos committed Dec 2, 2023
1 parent 149ec31 commit e459136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/vi/test_schrodinger_follmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,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.step(rng_key_init, initial_state)


if __name__ == "__main__":
Expand Down

0 comments on commit e459136

Please sign in to comment.