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

broadcasting #94

Closed
alextanski opened this issue Oct 2, 2015 · 1 comment
Closed

broadcasting #94

alextanski opened this issue Oct 2, 2015 · 1 comment
Assignees

Comments

@alextanski
Copy link
Contributor

We need to put the broadcasting mechanism that exists in branch "quantity_axis_support_I" to full effect for stack generation. This will need to include the computation of intersecting views of:

  • nets and block-nets
  • bases of intersecting nets and block-nets
  • descriptives like mean, stddev,... that intersect with nets
  • view arithmetics like NPS that intersect with nets AND other-axis arithmetics
  • bases of intersecting arithemtics
@alextanski alextanski self-assigned this Oct 2, 2015
@alextanski alextanski mentioned this issue Oct 2, 2015
@alextanski
Copy link
Contributor Author

While I was implementing the tests against total, I used an approach that recalls the view kwargs and re-computes the data aggreagtions for the total version of the Link. Given that the Quantity object is already broadcasting ready, we could get view broadcasting quite easily by just using the very same approach without any caching of matrix states at different points of the runtime of add_link().

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