Harden high-rigor Jyotish timing workflow

This commit is contained in:
732642856
2026-07-01 19:15:35 +08:00
parent 6276309d41
commit 5a76abf8d6
87 changed files with 17685 additions and 382 deletions
+2 -2
View File
@@ -330,9 +330,9 @@ def calc_sthana_bala(pname: str, lon: float, sign: str, house: int) -> Dict:
d3_sign_idx = varga_map(sign_idx, d3_part, 3)
d3_sign = VARGA_SIGNS[d3_sign_idx]
if pname == VARGA_SIGN_LORDS.get(d3_sign, ''):
d3_score = 45.0
d3_score = 30.0
elif d3_sign == exalt_sign:
d3_score = 50.0
d3_score = 45.0
elif d3_sign == debilit_sign:
d3_score = 5.0
else: