Skip to content

Commit

Permalink
fix the reads
Browse files Browse the repository at this point in the history
  • Loading branch information
grburgess committed Sep 27, 2022
1 parent eee8933 commit 32d879c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/generate_func_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"SpatialTemplate_2D",
]

positive_priors = ["Log_uniform"]
positive_priors = ["Log_uniform", "Log_normal"]

linear_models = [
"Constant",
Expand Down Expand Up @@ -188,7 +188,7 @@

with Path("doc_gen_function_list.md").open("r") as f:

func_nb = jupytext.read(f.read(), fmt="md")
func_nb = jupytext.reads(f.read(), fmt="md")


cells = func_nb["cells"]
Expand Down

0 comments on commit 32d879c

Please sign in to comment.