-
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
364 rewire connectivity analysis #366
Conversation
- now all what remains is to populate the SpectralData input branch Changes to be committed: modified: syncopy/nwanalysis/connectivity_analysis.py
- basic manual testing shows sames results when compared to AnalogData input after freqanalysis Changes to be committed: modified: syncopy/nwanalysis/ST_compRoutines.py modified: syncopy/nwanalysis/connectivity_analysis.py modified: syncopy/nwanalysis/csd.py modified: syncopy/shared/computational_routine.py modified: syncopy/shared/input_processors.py
- also smaller fixes regarding effective parameter checks Changes to be committed: modified: syncopy/nwanalysis/ST_compRoutines.py modified: syncopy/nwanalysis/connectivity_analysis.py modified: syncopy/shared/const_def.py modified: syncopy/shared/input_processors.py modified: syncopy/specest/compRoutines.py modified: syncopy/specest/freqanalysis.py
- to reach agreement with Granger connectivity analysis, there this is on by default - added also basic test of polymorphic connectivity frontend Changes to be committed: modified: syncopy/nwanalysis/connectivity_analysis.py modified: syncopy/specest/freqanalysis.py modified: syncopy/tests/test_connectivity.py
- check conditions on SpectralData (complex, multi-trial, no taper average) - fidelity of both ways to get to a result is checked Changes to be committed: modified: syncopy/nwanalysis/connectivity_analysis.py modified: syncopy/shared/input_processors.py modified: syncopy/tests/test_connectivity.py
- instead of digging into cfgs, just check that the dtype of the SpectralData is complex. This should allow more free pre-processing Changes to be committed: modified: syncopy/nwanalysis/connectivity_analysis.py modified: syncopy/tests/test_connectivity.py
Codecov ReportBase: 69.84% // Head: 70.25% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev #366 +/- ##
==========================================
+ Coverage 69.84% 70.25% +0.41%
==========================================
Files 76 76
Lines 9009 9065 +56
Branches 1890 1902 +12
==========================================
+ Hits 6292 6369 +77
+ Misses 2273 2256 -17
+ Partials 444 440 -4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks great. I played around with it and changed some minor things. Pascal will be happy about this!
Addresses #364 , such that users can fine-tune and post-process
SpectralData
before inputting intoconnectivityanalysis
. The old way of directly inputtingAnalogData
was preserved.Author Guidelines
Reviewer Checklist