timotejroiko / sweph

The definitive Swiss Ephemeris bindings for Node.js
Other
93 stars 15 forks source link

Error in house_name() method #7

Closed bizprat closed 2 years ago

bizprat commented 2 years ago

Method: house_name() asks for a string as a parameter, but gives an error when passed as house_name('p').

When an integer is passed like house_name(1), it works. But gives the same output for all other integer values.

timotejroiko commented 2 years ago

hey, im currently travelling, i will look into it soon

timotejroiko commented 2 years ago

thank you for the patience, the issue should be fixed now!

bizprat commented 2 years ago

Thanks I will check it