Skip to content

Conversation

@clacrow
Copy link

@clacrow clacrow commented Nov 14, 2025

Checklist before merging

  • I added an appropriate entry to CHANGELOG.md

The check is OK but the error message is wrong, example:
dataframe.columns = [“A”, “B”]
required_columns = [“B”, “C”]
results in _required_columns={“B”}
and error:
f"Could not find required columns: {“B”} in the table.”
but should be {“C”}

Changed slightly check to fit the error msg.

@codecov
Copy link

codecov bot commented Nov 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@lorenzocerrone lorenzocerrone self-requested a review November 15, 2025 09:03
Copy link
Collaborator

@lorenzocerrone lorenzocerrone left a comment

Choose a reason for hiding this comment

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

Thanks! Looks good :)

@lorenzocerrone lorenzocerrone merged commit 9797aca into BioVisionCenter:main Nov 15, 2025
12 checks passed
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.

2 participants