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

wide_wraps(func, direction='down', input_num=1, to_kwargs={1: 'timeperiod'}, output_num=1) direction 机制有严重的bug #15

Open
dwniu2000 opened this issue Jun 14, 2024 · 1 comment

Comments

@dwniu2000
Copy link

如果 func 输入多参数,其中一个数组参数 中间包含na , wide_wraps 会用push_na on this array only, it will cause the misalignment on all other parameter,
for example correlation(a,b,10) , b has na , but A does NOT has na, after this wrap, the input on the corr by windows 10 will be misaligned.

@wukan1986
Copy link
Owner

这个项目基本不维护了,推荐使用expr_codegen+polars_ta

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