Kibo/AstroChart

Maximum call stack size exceeded

Closed this issue · 2 comments

Kibo commented

When searching for collisions of planets in the method astrology.utils.assemble may occur maximum call stack size exceeded.

The method is called recursively and under unfulfilled conditions (COLLISION_RADIUS X SCALE X paper size ) can terminated by stack size exceeded.

Behavior can be affected by setting the value:

  • astrology.COLLISION_RADIUS
  • astrology.SYMBOL_SCALE
  • paper size

@see
#3

However, the error condition must be catch.

Hi,

Shall I give you the code to test? It's actually equal to yours. The only difference is the data used in Radix and Transit.

Kind regards

Kepler

Kibo commented

Shall I give you the code to test? The only difference is the data used in Radix and Transit.

If possible to send the data to test, I fix the bug and verify that the problem is not already there. But it is not absolutely necessary.

Thanks