FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

BUG: FIX Pipeline.update_defaults with inputs that do not support __eq__ by LennartGevers · Pull Request #857 · pipefunc/pipefunc · GitHub

BUG: FIX Pipeline.update_defaults with inputs that do not support __eq__ - #857

Merged
basnijholt merged 3 commits into
pipefunc:mainfrom
LennartGevers:pipefunc_fix_validation_bug
Jul 10, 2025
Merged

BUG: FIX Pipeline.update_defaults with inputs that do not support __eq__#857
basnijholt merged 3 commits into
pipefunc:mainfrom
LennartGevers:pipefunc_fix_validation_bug

Conversation

LennartGevers commented Jul 10, 2025
edited
Loading

Copy link
Copy Markdown
Contributor

In order to resolve #856 I put the comparison of default values in a try/except. If the default values cannot be compared, a warning will be emitted.

codecov Bot commented Jul 10, 2025
edited
Loading

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
pipefunc/_pipeline/_validation.py 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codspeed-hq Bot commented Jul 10, 2025
edited
Loading

Copy link
Copy Markdown

CodSpeed Performance Report

Merging #857 will not alter performance

Comparing LennartGevers:pipefunc_fix_validation_bug (495cd8f) with main (0e22cc1)

Summary

✅ 6 untouched benchmarks

Copy link
Copy Markdown
Contributor

✅ PR Title Formatted Correctly

The title of this PR has been updated to match the correct format. Thank you!

Copy link
Copy Markdown
Collaborator

Awesome @LennartGevers!

Thanks a lot for implementing this and for fixing it. I've just pushed a small change to add more detail to the warning message.

basnijholt merged commit 63aa853 into pipefunc:main Jul 10, 2025
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
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.

BUG: Pipeline.update_defaults with inputs that do not support __eq__ fails.

2 participants


Back | FazBrowse Home | New Git URL