Skip to content

Commit

Permalink
Merge GH-365/emcee-submit into test/willard
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyWillard committed Nov 25, 2024
2 parents 5062606 + 0fa1f9b commit c1450c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flepimop/gempyor_pkg/src/gempyor/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,8 @@ def _click_submit(ctx: click.Context = mock_context, **kwargs: Any) -> None:
1. Assuming you are in your clone of the `HopkinsIDD/flepimop_sample` repository
this command will do a dry run of the sample inference configuration with two
populations.
\b
```bash
$ flepimop submit --jobs 4 \ # With legacy inference jobs refers to chains
--simulations 20 \ # The number of iterations per a chain
Expand All @@ -1042,6 +1044,8 @@ def _click_submit(ctx: click.Context = mock_context, **kwargs: Any) -> None:
2. Extending on example (1) let's make some small modifications to submit a "real"
job.
\b
```bash
$ flepimop submit --jobs 10 \ # See before
--simulations 400 \ # See before
Expand Down

0 comments on commit c1450c0

Please sign in to comment.