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

refactor: change freq_norm from string to enum #248

Merged
merged 17 commits into from
Oct 27, 2023

refactor: style consistency with \n

b2f06d6
Select commit
Loading
Failed to load commit list.
Merged

refactor: change freq_norm from string to enum #248

refactor: style consistency with \n
b2f06d6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 27, 2023 in 1s

62.80% (+0.46%) compared to 57f5e09

View this Pull Request on Codecov

62.80% (+0.46%) compared to 57f5e09

Details

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (57f5e09) 62.33% compared to head (b2f06d6) 62.80%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #248      +/-   ##
==========================================
+ Coverage   62.33%   62.80%   +0.46%     
==========================================
  Files          33       33              
  Lines        3876     3890      +14     
  Branches      534      534              
==========================================
+ Hits         2416     2443      +27     
+ Misses       1336     1323      -13     
  Partials      124      124              
Files Coverage Δ
src/noisepy/seis/datatypes.py 93.15% <100.00%> (+0.12%) ⬆️
src/noisepy/seis/noise_module.py 33.60% <50.00%> (+0.68%) ⬆️
tests/test_whiten.py 77.45% <92.30%> (+10.05%) ⬆️

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