Skip to content

Commit

Permalink
Missing ctx in call to split_data
Browse files Browse the repository at this point in the history
  • Loading branch information
jordis-ai2 committed Jul 14, 2022
1 parent 73b92a6 commit 4d46c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def make_procthor_mini_val(
pickler_kwargs={"protocol": 4}, # Backwards compatible with python 3.6
)

split_data(mode="val", input_name="mini_val_consolidated")
split_data(ctx, mode="val", input_name="mini_val_consolidated")

print("DONE")

Expand Down

0 comments on commit 4d46c24

Please sign in to comment.