Skip to content

Conversation

@bstaber
Copy link
Contributor

@bstaber bstaber commented Jan 4, 2026

Thanks for contributing! Please make sure your PR title and content follow the guidelines.
Leave this checklist below in your PR description and tick the corresponding boxes.

Checklist

  • Typing enforced
  • Documentation updated
  • Changelog updated
  • Tests and Example updates
  • Coverage should be 100%

@bstaber bstaber requested a review from a team as a code owner January 4, 2026 21:58
@bstaber bstaber marked this pull request as draft January 4, 2026 21:58
@codecov
Copy link

codecov bot commented Jan 4, 2026

Codecov Report

❌ Patch coverage is 66.00660% with 103 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/plaid/problem_definition.py 65.62% 99 Missing ⚠️
src/plaid/bridges/huggingface_bridge.py 66.66% 4 Missing ⚠️

📢 Thoughts on this report? Let us know!

Comment on lines +46 to +47
input_features: list[Union[str, FeatureIdentifier]] = Field(default_factory=list)
output_features: list[Union[str, FeatureIdentifier]] = Field(default_factory=list)
Copy link
Member

Choose a reason for hiding this comment

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

We should simplify FeatureIdentifier to simple strings, to discuss!

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.

3 participants