Skip to content

Math Domain Error #38

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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