Skip to content

Commit

Permalink
modified test_parametric
Browse files Browse the repository at this point in the history
  • Loading branch information
rsexton2 committed Jan 5, 2024
1 parent ad4cc8c commit ff3e085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basicrta/tests/test_parametric.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def test_parametric():
wts = np.array([0.89, 0.098, 0.008, 0.002, 0.00056])
wts = wts/wts.sum()
x = simulate_hn(1e5, wts, [4.7, 0.8, 0.2, 0.02, 0.003])
x = simulate_hn(5e4, wts, [4.7, 0.8, 0.2, 0.02, 0.003])
G = newgibbs(x, 'X1', 0, 0.1, ncomp=5, niter=25000, sort=False)
G.run()
tmp = np.array([np.sort(G.results.weights[:,i]) for i in range(G.results.ncomp)])
Expand Down

0 comments on commit ff3e085

Please sign in to comment.