Skip to content

Commit 2fdac71

Browse files
remove breakpoint
1 parent b1e9c01 commit 2fdac71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lerobot/common/datasets/push_dataset_to_hub/openx_rlds_format.py

-2
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@ def load_from_raw(
173173
# convert episodes index to sorted list
174174
episodes = sorted(episodes)
175175

176-
breakpoint()
177-
178176
for ep_idx in tqdm.tqdm(range(starting_ep_idx, ds_length)):
179177
episode = next(it)
180178

0 commit comments

Comments
 (0)