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

Update mcd_parser.py #31

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Conversation

sandip-shah
Copy link
Contributor

Lines 126-129 are used to sort based on DataStartOffset and DataEndOffset. It sorts alphabetically which is incorrect, since the data is integer data.

Lines 126-129 are used to sort based on DataStartOffset and DataEndOffset.  It sorts alphabetically which is incorrect, since the data is integer data.
Copy link

codecov bot commented Jul 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.61%. Comparing base (c8e90b4) to head (b71d227).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
- Coverage   80.77%   80.61%   -0.16%     
==========================================
  Files           9        8       -1     
  Lines         619      614       -5     
==========================================
- Hits          500      495       -5     
  Misses        119      119              

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

Copy link
Contributor

@Milad4849 Milad4849 left a comment

Choose a reason for hiding this comment

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

looks good to me

@Milad4849
Copy link
Contributor

merging directly to main

@Milad4849 Milad4849 merged commit ccc08a4 into BodenmillerGroup:main Jul 25, 2024
15 of 16 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.

2 participants