Skip to content

Commit

Permalink
🎨 black
Browse files Browse the repository at this point in the history
  • Loading branch information
Wytamma committed Mar 1, 2022
1 parent 773c700 commit 436b73f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dynamic_beast/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ def add_ns_options(run):
"particleCount": "1",
"subChainLength": "5000",
"epsilon": "1e-12",
"stopFactor": '2.0',
"stopFactor": "2.0",
"minSteps": "0",
"autoSubChainLength": "false",
"paramCountFactor": "10",
"producePosterior": "true"
"producePosterior": "true",
}
for option in ns_options:
run.set(option, ns_options[option])
Expand Down

0 comments on commit 436b73f

Please sign in to comment.