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) #254

Merged
merged 1 commit into from
Oct 27, 2023
Merged

Conversation

carlosgjs
Copy link
Collaborator

  • refactor: change freq_norm from string to enum

  • refactor: pre-commit hook format changes

  • refactor: change freq_norm from string to enum

  • refactor: correct import

  • refactor: add parameterized test cases

  • refactor: fix import

  • refactor: fix variable type

  • refactor: fix data sphinx error

  • refactor: revert the change

  • refactor: change initialization of freq_norm from string to enum

  • refactor: change initialization of freq_norm from string to enum

  • refactor: change initialization of freq_norm from string to enum

  • refactor: Fix navigation_with_keys warning.

Set navigation_with_keys to False to get rid of the warning. Setting it to True has negative accessibility implications: pydata/pydata-sphinx-theme#1492

  • refactor: Fix navigation_with_keys warning.

Set navigation_with_keys to True

  • refactor: revert change

  • refactor: set navigation_with_keys as false to prevent sphinx validation error

  • refactor: style consistency with \n

* refactor: change freq_norm from string to enum

* refactor: pre-commit hook format changes

* refactor: change freq_norm from string to enum

* refactor: correct import

* refactor: add parameterized test cases

* refactor: fix import

* refactor: fix variable type

* refactor: fix data sphinx error

* refactor: revert the change

* refactor: change initialization of freq_norm from string to enum

* refactor: change initialization of freq_norm from string to enum

* refactor: change initialization of freq_norm from string to enum

* refactor: Fix navigation_with_keys warning.

Set navigation_with_keys to False to get rid of the warning. Setting it to True has negative accessibility implications: pydata/pydata-sphinx-theme#1492

* refactor: Fix navigation_with_keys warning.

Set navigation_with_keys to True

* refactor: revert change

* refactor: set navigation_with_keys as false to prevent sphinx validation error

* refactor: style consistency with \n
@carlosgjs carlosgjs temporarily deployed to github-pages October 27, 2023 19:31 — with GitHub Actions Inactive
@codecov
Copy link

codecov bot commented Oct 27, 2023

Codecov Report

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

Comparison is base (57f5e09) 62.33% compared to head (b08fe9d) 74.41%.
Report is 17 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #254       +/-   ##
===========================================
+ Coverage   62.33%   74.41%   +12.07%     
===========================================
  Files          33       37        +4     
  Lines        3876     4971     +1095     
  Branches      534      798      +264     
===========================================
+ Hits         2416     3699     +1283     
+ Misses       1336     1128      -208     
- Partials      124      144       +20     
Files Coverage Δ
src/noisepy/seis/datatypes.py 94.95% <100.00%> (+1.92%) ⬆️
src/noisepy/seis/noise_module.py 41.60% <50.00%> (+8.68%) ⬆️
tests/test_whiten.py 77.45% <92.30%> (+10.05%) ⬆️

... and 25 files with indirect coverage changes

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

@mdenolle mdenolle merged commit 1156e3d into main Oct 27, 2023
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.

3 participants