s-leroux / fin

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

Review the differences between `algo.map()` and `expr.map()` #11

Open s-leroux opened 1 year ago

s-leroux commented 1 year ago

Review the differences between algo.map() and expr.map():

https://github.com/s-leroux/fin/blob/78913aa0820239ea5d4d7ccbc37ccecc176a4e61/fin/seq/algo.py#L562-L573

https://github.com/s-leroux/fin/blob/78913aa0820239ea5d4d7ccbc37ccecc176a4e61/fin/seq/expr.py#L18-L19

Check if:

s-leroux commented 3 months ago

Is this still an issue with the new sequence implementation introduced with v0.2.0?