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] Applying PCA in dss_line() #11

Merged
merged 1 commit into from
Oct 20, 2020
Merged

Conversation

paulroujansky
Copy link
Contributor

@paulroujansky paulroujansky commented Oct 20, 2020

Description

Wrong operation when applying PCA in dss_line() (probably a typo).
Enhanced test.

@codecov
Copy link

codecov bot commented Oct 20, 2020

Codecov Report

Merging #11 into master will increase coverage by 0.27%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
+ Coverage   68.35%   68.62%   +0.27%     
==========================================
  Files          14       14              
  Lines        1839     1839              
==========================================
+ Hits         1257     1262       +5     
+ Misses        582      577       -5     
Impacted Files Coverage Δ
meegkit/dss.py 81.94% <100.00%> (+4.16%) ⬆️
meegkit/utils/covariances.py 96.02% <0.00%> (+1.13%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 73fea33...2bbb002. Read the comment docs.

Copy link
Owner

@nbara nbara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch. Thanks @paulroujansky

@nbara nbara merged commit 48eb2d4 into nbara:master Oct 20, 2020
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

Successfully merging this pull request may close these issues.

2 participants