Merged
Conversation
Type-promoting aggregators (e.g., summing bools returns int) may give incorrect results with same-type target inference. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Verify that: - aggregator_return_type is ignored when set_annotations=False - No inference or warnings occur when set_annotations=False Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…ch has proper typing).
…/dags into buid-docs-using-pixi
3f731b3 to
cf881f5
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #65 +/- ##
==========================================
- Coverage 95.53% 95.37% -0.17%
==========================================
Files 25 25
Lines 1187 1188 +1
==========================================
- Hits 1134 1133 -1
- Misses 53 55 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
…uence-instead-of-list-only
…boilerplate-update
25 tasks
- Add mermaid dependency graphs across all three notebooks with verbal lead-ins and color-coded namespaces for tree examples - Replace lambda-heavy examples with named functions and type annotations - Use create_tree_with_input_types instead of manual input dicts - Show raw exceptions in Common Errors instead of try/except wrappers - Fix wording for get_free_arguments, rename Common Errors heading - Add line break before "but" in AnnotationMismatchError message Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…tree_with_input_types
timmens
approved these changes
Mar 6, 2026
Set __name__ on the inner function so signature enforcement produces "The concatenated function is missing ..." instead of "concatenated() missing ...". Drop "()" from all `_fail_if_*` format strings and add "is" before "missing". Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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
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.
No description provided.