From edff0b751d4477cb1859bdb2aa2b49ab9f44bdbf Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Thu, 29 Jul 2021 00:13:02 +0100 Subject: [PATCH] changed the default value to centred --- binarycpython/utils/grid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py index 0c4f3ee3a..df959c4fc 100644 --- a/binarycpython/utils/grid.py +++ b/binarycpython/utils/grid.py @@ -368,7 +368,7 @@ class Population: probdist: str, dphasevol: Union[str, int], parameter_name: str, - gridtype: str = "edge", + gridtype: str = "centred", branchpoint: int = 0, precode: Union[str, None] = None, condition: Union[str, None] = None, -- GitLab