We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allow passing "leaves" to the how parameter of MaskGroup.flatten(), to enable the leaves being brought up to the top level, and nothing else.
"leaves"
how
MaskGroup.flatten()
The text was updated successfully, but these errors were encountered:
leaf_masks now inherits agg_op from mask_tree #163
86ebc39
added "leaves" literal option to MaskGroup.flatten how #163
5e607c2
formatting issue #163
d0c43c9
Merge pull request #164 from jacanchaplais/feature/how-leaves-163
b364c2a
Flatten MaskGroup to leaves #163
jacanchaplais
Successfully merging a pull request may close this issue.
Allow passing
"leaves"
to thehow
parameter ofMaskGroup.flatten()
, to enable the leaves being brought up to the top level, and nothing else.The text was updated successfully, but these errors were encountered: