Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Satish615
Copy link
Contributor

Issue #, if available:

src/fmeval/reporting/eval_output_cells.py:347:41: error: Argument 1 to "ScoreTableCell" has incompatible type "Dataset | None"; expected "Dataset" [arg-type]

Description of changes:

ScoreTableCell is receiving a parameter with Optional null value. Eventhough we use if statement to only process the call when dataset is not null. Mypy throws the above error.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@Satish615 Satish615 merged commit 44c51d4 into aws:main Jan 13, 2025
5 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.

3 participants