Fix typos in lerobot/scripts/visualize_dataset.py#656
Merged
Cadene merged 1 commit intohuggingface:mainfrom Jan 28, 2025
Merged
Fix typos in lerobot/scripts/visualize_dataset.py#656Cadene merged 1 commit intohuggingface:mainfrom
lerobot/scripts/visualize_dataset.py#656Cadene merged 1 commit intohuggingface:mainfrom
Conversation
…text This commit addresses several typos in the script: - "repositery" → "repository" - "doesnt" → "doesn't" - "lossly" → "lossy"
Contributor
|
Thanks! |
Cadene
approved these changes
Jan 28, 2025
Contributor
Author
|
@Cadene Thank you for approving my first-ever contribution to this great community. Your review means a lot to me! |
menhguin
pushed a commit
to menhguin/lerobot
that referenced
this pull request
Feb 9, 2025
JIy3AHKO
pushed a commit
to vertix/lerobot
that referenced
this pull request
Feb 27, 2025
Kalcy-U
referenced
this pull request
in Kalcy-U/lerobot
May 13, 2025
ZoreAnuj
pushed a commit
to luckyrobots/lerobot
that referenced
this pull request
Jul 29, 2025
Ricci084
pushed a commit
to JeffWang987/lerobot
that referenced
this pull request
Sep 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this does
This commit addresses several typos in
lerobot/scripts/visualize_dataset.py:How it was tested
python lerobot/scripts/visualize_dataset.py --repo-id lerobot/pusht --episode-index 0locally to verify everything still works.lerobot/scripts/visualize_dataset.pyby runningpytest tests/test_visualize_dataset.py.test_visualize_local_datasetis currently skipped via@pytest.mark.skip("TODO: add dummy videos"). The test file still ensures that we can import the relevant modules byfrom lerobot.scripts.visualize_dataset import visualize_datasetwithout error.How to checkout & try? (for the reviewer)