-
Notifications
You must be signed in to change notification settings - Fork 19
Enhance get_equivalent_rating function for BranchesParalell and add tests #297
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
Closed
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
a8fac4a
fix: Enhance get_equivalent_rating function with keyword arguments fo…
jarry7 5285f0c
test: Enhance equivalent rating tests for BranchesParallel with addit…
jarry7 4edce49
test: verify SSH commit signing
jarry7 dcb9357
test: verify SSH commit signing 2
jarry7 2b22524
Update test/test_equivalent_getters.jl
jarry7 3e9f289
doc: clarify weighting explanation in equivalent rating calculation (…
jarry7 5ccdba1
feat: add error handling for empty parallel branch group in equivalen…
jarry7 4af223f
feat: enhance equivalent rating calculation with finite checks for ad…
jarry7 fef3297
feat: add error handling for empty parallel branch group in get_equiv…
jarry7 871c0ff
formatting
jarry7 8d62878
formatting
jarry7 b51595e
formatting
jarry7 bfb0e0e
formatting
jarry7 87328ac
formatting
jarry7 c2ca2ba
formatting
jarry7 429a1c1
Update comment for line1 => line2
jarry7 a590907
Additional tests for empty bp instances
jarry7 7459fa0
Revert silly tests suggested by copilot
jarry7 6a8a607
Add validation for non-empty branches in BranchesParallel constructor…
jarry7 c8fad15
Add rating aggregation and flow weighting methods for parallel branch…
jarry7 470432a
Add exports for rating methods and equivalent rating functions (to su…
jarry7 2b9cc07
Refactor get_equivalent_rating function to simplify signature (use de…
jarry7 bb4c771
Refactor equivalent rating tests for consistency in method usage
jarry7 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is the dispatch on a symbol and not different methods. This approach break encapsulation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Completely revised approach.
Commits: