Skip to content

Commit

Permalink
Update prompt2model/dataset_retriever/description_dataset_retriever.py
Browse files Browse the repository at this point in the history
Co-authored-by: Vijay Viswanathan <[email protected]>
  • Loading branch information
ritugala and viswavi authored Apr 18, 2024
1 parent b92dca2 commit 423510e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def automatic_column_selection(
output_column = response["output"]
if len(input_columns) < 1 or len(output_column) != 1:
raise RuntimeError(
f"Incorrect number of cols: {input_columns}, {output_column} "
f"Incorrect number of columns: {input_columns}, {output_column} "
) # noqa: E501

dataset_columns = dataset_columns
Expand Down

0 comments on commit 423510e

Please sign in to comment.