Skip to content

Commit d9c8378

Browse files
committed
CHG: rename tutorial 6
1 parent cd471a4 commit d9c8378

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorial_6.py renamed to tutorial06.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,14 +441,14 @@ def _(
441441
tempfile,
442442
):
443443
abc = pyabc.ABCSMC(run_simulation, prior, distance_function, population_size=1000)
444-
db_path = "sqlite:///" + os.path.join(tempfile.gettempdir(), "tmp8.db")
444+
db_path = "sqlite:///" + os.path.join(tempfile.gettempdir(), "tmp.db")
445445
abc.new(db_path, observation_data)
446446
return (abc,)
447447

448448

449449
@app.cell
450450
def _(abc):
451-
history = abc.run(max_nr_populations = 6, minimum_epsilon=0.05)
451+
history = abc.run(max_nr_populations = 6)
452452
return (history,)
453453

454454

0 commit comments

Comments
 (0)