Closed fzimmermann89 closed 5 days ago
Stack from ghstack (oldest at bottom):
Coverage Report
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
1916 | 0 :zzz: | 0 :x: | 0 :fire: | 1m 38s :stopwatch: |
:file_folder: Download as zip :mag: View online
This might be moved outside the movedatamixin at some point, or the mixin will just become a baseclass for our datastuff. But for now, please already review as-if going int main as is.
I think it would be a good idea to add a test which especially verifies the memo-functionality
moved to #505
We will need an apply on our dataclasses, both for @ckolbPTB's work as well, and for the rearrangeind und indexing. As the _to already basically does an recursive apply with memorization, this refactors it such that the _apply can also be used with different functions.