Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

possible bug: houses output #24

Open
GitAttila opened this issue Jul 19, 2021 · 2 comments
Open

possible bug: houses output #24

GitAttila opened this issue Jul 19, 2021 · 2 comments

Comments

@GitAttila
Copy link

According to the given quick documentation, after instantiating the Origin and consequently using it to instantiate the Horoscope, the Houses should be calculated and ready to be found at Horoscope.Houses. However, the results found at each and every house array item contains the same position (Houses[0] -> ChartPosition -> StartPosition -> Horizon -> ArcDegrees). Seems like the first house (asc) is calculated properly, but then all other houses just repeat the same position degrees from the Ascendent. I used both the time and date and lat and long entry data to instantiate the Origin.
Another potential bug: Horoscope -> Ephemeris -> pluto -> position -> constellation seems to be off by one Sign. (pluto given here is of course just an example...).

@0xStarcat
Copy link
Owner

I used both the time and date and lat and long entry data to instantiate the Origin.

Could you remind me what that date/time and lat/lng was? I'll test it out and see what the issue might be. Was it the date/time in the demo? (July 13th, 1981...)

@GitAttila
Copy link
Author

Hi, it seems to me that I was not properly importing this into my Angular app(according to the webpack config, release version should be commonjs), and also I did not have the latest version. After updating to the latest release and reworking my imports it seems to be running OK. And regarding the constellation, it seems like it is supposed to represent the 13 sign zodiac...?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants