Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate_data: Fix check for output in results #71

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

russellb
Copy link
Member

@russellb russellb commented Jul 3, 2024

This code would hit an unepxected traceback if the result had the
output column, but its value in a given row was None. This check
detects that case and raises the Exception as intended.

Signed-off-by: Russell Bryant [email protected]

This code would hit an unepxected traceback if the result had the
`output` column, but its value in a given row was `None`. This check
detects that case and raises the Exception as intended.

Signed-off-by: Russell Bryant <[email protected]>
@markmc
Copy link
Contributor

markmc commented Jul 3, 2024

lgtm

@russellb russellb added this to the 0.1.0 milestone Jul 8, 2024
Copy link
Member

@aakankshaduggal aakankshaduggal left a comment

Choose a reason for hiding this comment

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

lgtm

@russellb russellb merged commit 23f2cb7 into instructlab:main Jul 8, 2024
11 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.

4 participants