From 49f4ca7925e22b799f1533d4724ab35d1b305bd1 Mon Sep 17 00:00:00 2001 From: alexhroom Date: Mon, 10 Mar 2025 09:47:31 +0000 Subject: [PATCH 1/2] added jeffreys to enum --- RATapi/utils/enums.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RATapi/utils/enums.py b/RATapi/utils/enums.py index 06da0b1d..550b583f 100644 --- a/RATapi/utils/enums.py +++ b/RATapi/utils/enums.py @@ -172,6 +172,9 @@ class Priors(RATEnum): """A Gaussian distribution centred on the parameter value, with shape defined by ``mu`` and ``sigma`` for the parameter.""" + Jeffreys = "jeffreys" + """A Jeffreys' prior distribution over the parameter range.""" + # Project class Calculations(RATEnum): From 81f74961d14132dfc7b2882ebb660c2e95c42c1e Mon Sep 17 00:00:00 2001 From: alexhroom Date: Mon, 10 Mar 2025 13:40:05 +0000 Subject: [PATCH 2/2] update submodule --- cpp/RAT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/RAT b/cpp/RAT index 62421f6d..282d17be 160000 --- a/cpp/RAT +++ b/cpp/RAT @@ -1 +1 @@ -Subproject commit 62421f6df7e2d5bb16c628a944d5955aea609d37 +Subproject commit 282d17beb964af0855c1b2cc412e0b187b1a4140