-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
Using flatlib input:
date = Datetime('1990/06/11', '07:31', '-05:00')
pos = GeoPos('71N17', '157w47')
chart = Chart(date, pos, hsys='Whole Sign', IDs=const.LIST_OBJECTS)
mars = chart.get(const.MARS)
marshouse = chart.houses.getObjectHouse(mars)
print(marshouse)
I get output:
"Error: function terminated. Recommended action: inspect logs for termination reason. Details:
math domain error"
Date 1990/07/11 has the same result, but 1990/05/11 or 1990/08/11 produced the expected output. Any ideas?
ty!
Metadata
Metadata
Assignees
Labels
No labels