Skip to content

Commit

Permalink
remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lauritowal committed Aug 11, 2023
1 parent 8756fa4 commit 015b5f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion elk/extraction/extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ def extract(
mp.set_start_method("spawn", force=True) # type: ignore[attr-defined]

ds = dict()
breakpoint()
for split, builder in builders.items():
builder.download_and_prepare(
download_mode=DownloadMode.FORCE_REDOWNLOAD if disable_cache else None,
Expand Down

0 comments on commit 015b5f5

Please sign in to comment.