-
Notifications
You must be signed in to change notification settings - Fork 43
Subset variable names from nodes #232
Comments
I am an outreachy applicant, can you please assign me this issue? |
Hi @Jyotsna1304 - we don't assign issue to people, but you are welcome to submit a Pull Request trying to address an issue you like! |
Hey @TomNicholas , I am commenting to record my contribution for this issue .
`
This will return a list of the sums of the KT, eps, and chi variables for each node in the subset tree. |
Hey @TomNicholas . I am commenting to record my contribution as an Outreachy applicant. class DataTree:
With this method, users could select specific variables by passing a list of variable names to the subset_tree = data_tree.subset_nodes(["KT", "eps", "chi"]) This would create a new |
Hi @akanshajais @moraraba, thanks for your input here. To be clear, commenting a suggestion on the issue will not be counted as a "contribution" for the purposes of the Outreachy program. We can discuss potential approaches here, but a contribution means that you submit a pull request which meets the standard to be merged. |
Thankyou for your response. |
This is basically the same idea as the |
I've routinely wanted something that says select these variable names from all nodes.
This is way too much typing for that:
Perhaps a
DataTree.subset_nodes
?Originally posted by @dcherian in #79 (comment)
The text was updated successfully, but these errors were encountered: