Skip to content

Math Domain Error #38

@jminutaglio

Description

@jminutaglio

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions