-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
refactor(rust): Make all emw function expr non-anonymous #11638
Conversation
Locally no errors with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there @romanovacca. We can use the already existing mapper functions to get the proper dtype.
_ => DataType::Float64, | ||
}), | ||
#[cfg(feature = "ewma")] | ||
EwmStd { .. } => mapper.map_dtype(|dt| match dt { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have mapper.map_to_float_dtype
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! TY!
@romanovacca can you do a rebase? Then it is good to go. |
Im messing up the rebase, trying to fix it |
0bcbf3c
to
c5f8aad
Compare
Alright! Here it goes. Thanks! |
No description provided.