-
Notifications
You must be signed in to change notification settings - Fork 15
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
140 multiple outputs #311
140 multiple outputs #311
Conversation
- first ideas how to attach additional data to the hdf5 On branch 140-multiple-outputs Changes to be committed: modified: syncopy/shared/kwarg_decorators.py
On branch 140-multiple-outputs Changes to be committed: modified: syncopy/shared/kwarg_decorators.py
- all h5py reading and writing should be done within this decorator - already the case for parallel processing - TODO: move sequential part also into this decorator Changes to be committed: modified: syncopy/datatype/methods/arithmetic.py modified: syncopy/datatype/methods/padding.py modified: syncopy/datatype/methods/selectdata.py modified: syncopy/nwanalysis/AV_compRoutines.py modified: syncopy/nwanalysis/ST_compRoutines.py modified: syncopy/preproc/compRoutines.py modified: syncopy/shared/computational_routine.py modified: syncopy/shared/kwarg_decorators.py modified: syncopy/specest/compRoutines.py modified: syncopy/tests/test_computationalroutine.py
- removed the comment-like return value Changes to be committed: modified: syncopy/shared/kwarg_decorators.py
Changes to be committed: modified: syncopy/specest/compRoutines.py modified: syncopy/tests/local_spy.py
140 sub remove hdr memmap
- now it's a pretty line break Changes to be committed: modified: syncopy/shared/computational_routine.py
As the removed memmap support never was exposed to the user (afaik), I think we don't need any changelog entry |
Changes to be committed: modified: syncopy/io/save_spy_container.py
Codecov Report
@@ Coverage Diff @@
## dev #311 +/- ##
==========================================
+ Coverage 72.36% 72.42% +0.06%
==========================================
Files 68 68
Lines 7904 7704 -200
Branches 1629 1581 -48
==========================================
- Hits 5720 5580 -140
+ Misses 1787 1744 -43
+ Partials 397 380 -17
Continue to review full report at Codecov.
|
This got already reviewed as a sub branch, passing tests are enough for me here! Thx @dfsp-spirit for leading the way for streamlining the CRs :) |
Note: Despite the name, this does NOT implement multiple outputs for compute functions. It is only a step in that direction, and removes the hdr/memmap support.
Author Guidelines
Reviewer Checklist