guard release code against redaction placeholders
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user