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 handling of missing values #21

Merged
merged 1 commit into from
Jul 22, 2023

Conversation

mrbean-bremen
Copy link
Member

@codecov-commenter
Copy link

codecov-commenter commented Jul 22, 2023

Codecov Report

Merging #21 (9e9207f) into main (2f092af) will decrease coverage by 0.12%.
The diff coverage is 94.11%.

@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
- Coverage   87.94%   87.83%   -0.12%     
==========================================
  Files          14       14              
  Lines        1369     1381      +12     
==========================================
+ Hits         1204     1213       +9     
- Misses        165      168       +3     
Impacted Files Coverage Δ
dicom_validator/spec_reader/condition.py 97.93% <50.00%> (-2.07%) ⬇️
dicom_validator/spec_reader/condition_parser.py 98.85% <100.00%> (-0.36%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

- if the values for a condition needing a value cannot
  be parsed, the condition is now ignored
- fixes pydicom#20
- add handling of a few more simple conditions
@mrbean-bremen mrbean-bremen merged commit f8f3396 into pydicom:main Jul 22, 2023
@mrbean-bremen mrbean-bremen deleted the missing-values branch August 12, 2023 19:22
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.

Condition parsing issue on 0.3.4
2 participants