s-leroux / fin

Set of tools for personal investment
MIT License
1 stars 0 forks source link

Wrong exception raised when `serie_evaluate` encounters a number #20

Closed s-leroux closed 7 months ago

s-leroux commented 7 months ago

https://github.com/s-leroux/fin/blob/9016342d5345237b1c21bc585bd61ce3577d20f3/fin/seq2/serie.pyx#L211

We should raise a TypeError here, not a SystemError.