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

Backbone element tracking #45

Merged
merged 2 commits into from
Jun 11, 2024
Merged

Backbone element tracking #45

merged 2 commits into from
Jun 11, 2024

Conversation

pipliggins
Copy link
Collaborator

Forces list elements to be padded with None during data ingestion to keep them the same length. When backbone elements are created, the lists are the same length to keep correct linkages between different sections.

Fixes #42

@pipliggins pipliggins requested a review from abhidg June 5, 2024 13:57
@pipliggins pipliggins marked this pull request as ready for review June 5, 2024 13:57
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.11%. Comparing base (d504b22) to head (4151535).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #45      +/-   ##
==========================================
+ Coverage   94.82%   95.11%   +0.29%     
==========================================
  Files          39       39              
  Lines        1700     1741      +41     
==========================================
+ Hits         1612     1656      +44     
+ Misses         88       85       -3     

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

tests/test_ingest.py Show resolved Hide resolved
fhirflat/ingest.py Show resolved Hide resolved
@pipliggins pipliggins merged commit ee71901 into main Jun 11, 2024
2 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.

Track length of backbone elements
3 participants