Skip to content

Commit

Permalink
Increase sample number for flows test.
Browse files Browse the repository at this point in the history
  • Loading branch information
alicjapolanska committed Oct 24, 2023
1 parent 2d97ed6 commit 0e79082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_flow_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def test_RealNVP_gaussian():
RealNVP = model_nf.RealNVPModel(ndim, standardize=True)
RealNVP.fit(samples, epochs=epochs, verbose=True)

nsamples = 10000
nsamples = 20000
RealNVP.temperature = 1.0
flow_samples = RealNVP.sample(nsamples)
sample_var = jnp.var(flow_samples, axis=0)
Expand Down

0 comments on commit 0e79082

Please sign in to comment.