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 slicing bug in waveform_modes. #118

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

markscheel
Copy link
Contributor

@markscheel markscheel commented Dec 6, 2024

Problem was if you sliced without explicitly
giving an end. E.g. w[:,:4] was ok but w[:,4:] was not.


📚 Documentation preview 📚: https://sxs--118.org.readthedocs.build/en/118/

Problem was if you sliced without explicitly
giving an end.  E.g. w[:,:4] was ok but w[:,4:] was not.
@markscheel markscheel requested a review from moble December 6, 2024 02:42
@markscheel markscheel changed the title Fix slicing problem in waveform_modes. Fix slicing bug in waveform_modes. Dec 6, 2024
@codecov-commenter
Copy link

codecov-commenter commented Dec 6, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 42.65%. Comparing base (a37665b) to head (85208f6).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
sxs/waveforms/waveform_modes.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #118   +/-   ##
=======================================
  Coverage   42.65%   42.65%           
=======================================
  Files          80       80           
  Lines        6731     6731           
  Branches     1075     1075           
=======================================
  Hits         2871     2871           
  Misses       3614     3614           
  Partials      246      246           

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

@moble moble merged commit f7b8fc0 into sxs-collaboration:main Dec 18, 2024
9 checks passed
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