Skip to content

Algorithm context advanced section#334

Merged
ericbuckley merged 20 commits into
mainfrom
feature/296-algo-advanced
May 2, 2025
Merged

Algorithm context advanced section#334
ericbuckley merged 20 commits into
mainfrom
feature/296-algo-advanced

Conversation

@ericbuckley

@ericbuckley ericbuckley commented Apr 28, 2025

Copy link
Copy Markdown
Collaborator

Description

Create algorithm advanced section, algorithm.context.advanced, to store parameters that we advise users to change with caution. All of these parameters will now come with recommended default values.

Related Issues

closes #296

<--------------------- REMOVE THE LINES BELOW BEFORE MERGING --------------------->

Checklist

Please review and complete the following checklist before submitting your pull request:

  • I have ensured that the pull request is of a manageable size, allowing it to be reviewed within a single session.
  • I have reviewed my changes to ensure they are clear, concise, and well-documented.
  • I have updated the documentation, if applicable.
  • I have added or updated test cases to cover my changes, if applicable.
  • I have minimized the number of reviewers to include only those essential for the review.

Checklist for Reviewers

Please review and complete the following checklist during the review process:

  • The code follows best practices and conventions.
  • The changes implement the desired functionality or fix the reported issue.
  • The tests cover the new changes and pass successfully.
  • Any potential edge cases or error scenarios have been considered.

@ericbuckley ericbuckley self-assigned this Apr 28, 2025
@codecov

codecov Bot commented Apr 28, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.51%. Comparing base (37bb71c) to head (e52ba4a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #334      +/-   ##
==========================================
+ Coverage   98.11%   98.51%   +0.40%     
==========================================
  Files          33       33              
  Lines        1958     1948      -10     
==========================================
- Hits         1921     1919       -2     
+ Misses         37       29       -8     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ericbuckley ericbuckley marked this pull request as ready for review May 1, 2025 15:22

@bamader bamader left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Logic all looks good! Just some comments around names and possible parameter standardization, but they're small things and this is just about there.

Comment thread src/recordlinker/linking/link.py Outdated
Comment thread src/recordlinker/linking/matchers.py
Comment thread src/recordlinker/linking/matchers.py
Comment thread src/recordlinker/linking/matchers.py
@ericbuckley ericbuckley requested a review from bamader May 2, 2025 17:07

@bamader bamader left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Looks good--thanks for the back and forth on this! This cleanup refactor is really starting to come together 💪

@ericbuckley ericbuckley merged commit 8a48f2c into main May 2, 2025
15 checks passed
@ericbuckley ericbuckley deleted the feature/296-algo-advanced branch May 2, 2025 17:54
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.

create algorithm advanced section

2 participants