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

MNT: Suppress warnings #243

Merged
merged 3 commits into from Jul 13, 2021

Conversation

scottclowe
Copy link
Member

  • Avoid implicit ragged numpy.ndarray creation when comparing shapes.
  • Suppress unavoidable warnings about ragged numpy.ndarray when saving matfile.
  • Suppress expected division by zero warnings during unit test suite.

@codecov
Copy link

codecov bot commented Jul 13, 2021

Codecov Report

Merging #243 (de17ce6) into master (de1dfc0) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #243      +/-   ##
==========================================
+ Coverage   93.72%   93.74%   +0.01%     
==========================================
  Files           8        8              
  Lines        1068     1071       +3     
  Branches      248      248              
==========================================
+ Hits         1001     1004       +3     
  Misses         34       34              
  Partials       33       33              
Flag Coverage Δ
nbsmoke 59.75% <33.33%> (+0.11%) ⬆️
unittests 93.46% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
fissa/core.py 96.42% <100.00%> (+0.02%) ⬆️

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 de1dfc0...de17ce6. Read the comment docs.

@scottclowe scottclowe merged commit ab895c3 into rochefort-lab:master Jul 13, 2021
@scottclowe scottclowe deleted the mnt_supress-warnings branch July 13, 2021 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant