Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Jul 14, 2023
1 parent 7333517 commit 420f2b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/mcmc/mcmc_simple_multicomp/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from emodel_generalisation.parallel import init_parallel_factory

if __name__ == "__main__":

parallel_factory = init_parallel_factory("multiprocessing")
# use below to run with dask (and uncomment lines in run.sh)
# parallel_factory = init_parallel_factory("dask_dataframe")
Expand Down
2 changes: 1 addition & 1 deletion examples/mcmc/mcmc_singlecomp/run.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Run MCMC on a simple single compartment model."""
from emodel_generalisation.parallel import init_parallel_factory
from emodel_generalisation.mcmc import run_several_chains
from emodel_generalisation.parallel import init_parallel_factory

if __name__ == "__main__":
parallel_factory = init_parallel_factory("multiprocessing")
Expand Down

0 comments on commit 420f2b8

Please sign in to comment.