Skip to content

Commit

Permalink
speed up multiplanet tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sblunt committed Jan 10, 2024
1 parent a6c0693 commit d9e90b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_multiplanet.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_compute_model():

def test_fit_selfconsist():
"""
Tests that the masses we get from orbitize! are what we expeect. Note that
Tests that the masses we get from orbitize! are what we expect. Note that
this does not test for correctness.
"""
# generate planet b orbital parameters
Expand Down Expand Up @@ -237,7 +237,7 @@ def test_fit_selfconsist():
samp.curr_pos[0, 4] = mass_b
samp.curr_pos[0, 5] = mass_c

samp.run_sampler(n_walkers * 50, burn_steps=600)
samp.run_sampler(n_walkers * 50, burn_steps=50)

res = samp.results

Expand All @@ -259,5 +259,5 @@ def test_fit_selfconsist():


if __name__ == "__main__":
test_compute_model()
# test_compute_model()
test_fit_selfconsist()

0 comments on commit d9e90b8

Please sign in to comment.