From 997055699cef62666146c479209b228141e18843 Mon Sep 17 00:00:00 2001 From: Timothy Nunn Date: Wed, 14 Feb 2024 16:01:59 +0000 Subject: [PATCH] Expand bounds of fhfac to reduce chance power balance cannot be found --- process/physics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/physics.py b/process/physics.py index 9cde0a55ff..9add436756 100644 --- a/process/physics.py +++ b/process/physics.py @@ -4731,7 +4731,7 @@ def fhfac(self, is_): """ physics_module.iscz = is_ - return root_scalar(self.fhz, bracket=(0.01, 100), xtol=0.003).root + return root_scalar(self.fhz, bracket=(0.01, 150), xtol=0.003).root def fhz(self, hhh): """Function used to find power balance