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

fix: correct whitening in HilbertCPCCA models #230

Merged
merged 2 commits into from
Sep 15, 2024

fix: inverse whitening transform for singular matrix

3645547
Select commit
Loading
Failed to load commit list.
Merged

fix: correct whitening in HilbertCPCCA models #230

fix: inverse whitening transform for singular matrix
3645547
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 14, 2024 in 0s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

Attention: Patch coverage is 16.44737% with 127 lines in your changes missing coverage. Please review.

Please upload report for BASE (develop@bcbaa9e). Learn more about missing BASE report.

Files with missing lines Patch % Lines
xeofs/preprocessing/pca.py 27.39% 53 Missing ⚠️
xeofs/cross/cpcca.py 0.00% 26 Missing ⚠️
xeofs/cross/base_model_cross_set.py 5.00% 19 Missing ⚠️
xeofs/preprocessing/whitener.py 8.33% 11 Missing ⚠️
xeofs/cross/cpcca_rotator.py 9.09% 10 Missing ⚠️
xeofs/single/pop.py 11.11% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             develop     #230   +/-   ##
==========================================
  Coverage           ?   24.58%           
==========================================
  Files              ?       59           
  Lines              ?     4047           
  Branches           ?        0           
==========================================
  Hits               ?      995           
  Misses             ?     3052           
  Partials           ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.