Skip to content

Commit

Permalink
fix(runner/local): use of removed property (#83)
Browse files Browse the repository at this point in the history
The local dag runner still used `ColumnNames.prediction`, which no longer exists due to multiple target support.
  • Loading branch information
Caceresenzo authored Jul 17, 2024
1 parent 45506cb commit 9b70480
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crunch/runner/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,7 @@ def dag_loop(
prediction,
self.column_names.id,
None,
# TODO .prediction does not exists anymore
self.column_names.prediction,
self.column_names.outputs,
)

return prediction
Expand Down

0 comments on commit 9b70480

Please sign in to comment.