guard release code against redaction placeholders

This commit is contained in:
732642856
2026-07-13 22:53:04 +08:00
parent 67b217efd7
commit 7ae756f97b
5 changed files with 32 additions and 3 deletions
+2 -2
View File
@@ -630,8 +630,8 @@ if __name__ == '__main__':
print(f" swisseph可用: {HAS_SWE}")
print()
# 测试:private birth datetime +8 的出生盘,计算 2026 年太阳返照
test_birth_year, test_birth_month, test_birth_day = REDACTED_YEAR, 4, 17
# Generic public smoke fixture, calculating the 2026 solar return.
test_birth_year, test_birth_month, test_birth_day = 1990, 4, 17
test_birth_hour, test_birth_minute = 14, 45
test_lat, test_lon, test_tz = 36.4667, 114.2, 8.0
test_target_year = 2026