Skip to content

Commit

Permalink
correct kima.run call
Browse files Browse the repository at this point in the history
  • Loading branch information
j-faria committed Nov 28, 2023
1 parent f44933c commit e68f86e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/kima/examples/_51Peg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ def _51Peg(run=False, **kwargs):
kwargs.setdefault('save_interval', 500)

if run:
kima.run(RVmodel, steps = 100, num_threads= 1, num_particles = 1, new_level_interval = 2000, save_interval = 100, thread_steps = 10, max_num_levels = 0, lambda_ = 10.0, beta = 100.0, compression = 2.718281828459045, seed = 0, print_thin = 50)
# with chdir(here):
# kima.run(model, **kwargs)
kima.run(model, **kwargs)

return model

Expand Down

0 comments on commit e68f86e

Please sign in to comment.