Skip to content

Commit

Permalink
Remove unused arg
Browse files Browse the repository at this point in the history
  • Loading branch information
aliberts committed Nov 29, 2024
1 parent ea5009e commit 0cb0af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/port_datasets/pusht_zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def build_features(mode: str) -> dict:
return features


def load_raw_dataset(zarr_path: Path, load_images: bool = True):
def load_raw_dataset(zarr_path: Path):
try:
from lerobot.common.datasets.push_dataset_to_hub._diffusion_policy_replay_buffer import (
ReplayBuffer as DiffusionPolicyReplayBuffer,
Expand Down

0 comments on commit 0cb0af0

Please sign in to comment.