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: Remove duplicate stats with warning #107

Merged
merged 3 commits into from
Nov 8, 2024

Conversation

milanmlft
Copy link
Member

Handles some edge cases when a concept appears in both the measurement and observation tables, though this probably points to a problem with the source data.

Also a little optimisation on the side. We were reading the parquet files in on every reactive call (i.e. when the selected rows changed). That seems unnecessary.

@milanmlft milanmlft requested a review from a team November 6, 2024 18:04
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.10%. Comparing base (918d5b6) to head (129a708).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #107      +/-   ##
==========================================
+ Coverage   98.08%   98.10%   +0.02%     
==========================================
  Files          19       19              
  Lines         573      581       +8     
==========================================
+ Hits          562      570       +8     
  Misses         11       11              

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

@milanmlft milanmlft merged commit 045272c into main Nov 8, 2024
5 checks passed
@milanmlft milanmlft deleted the milanmlft/remove-duplicate-stats branch November 8, 2024 12:19
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.

1 participant