Skip to content

Commit

Permalink
chown
Browse files Browse the repository at this point in the history
  • Loading branch information
ll7 committed Sep 25, 2024
1 parent 16a7847 commit 389db5d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions test_pygame/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Pygame specific test that can not be run in the CI

Pygame can not be tested in the CI because it requires a display to be present. This test is meant to be run locally.
# Pygame specific test that can not be run in the CI

Pygame can not be tested in the CI because it requires a display to be present. This test is meant to be run locally.
32 changes: 16 additions & 16 deletions test_pygame/test_load_and_visualize_states.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
"""
load a recording and play it back
"""
import loguru


from robot_sf.render.playback_recording import load_states_and_visualize

logger = loguru.logger

def test_load_and_visualize_states():
logger.info("Testing load and visualize states")
test_file = "test_pygame/recordings/2024-06-04_08-39-59.pkl"

# Load the states from the file
load_states_and_visualize(test_file)
"""
load a recording and play it back
"""
import loguru


from robot_sf.render.playback_recording import load_states_and_visualize

logger = loguru.logger

def test_load_and_visualize_states():
logger.info("Testing load and visualize states")
test_file = "test_pygame/recordings/2024-06-04_08-39-59.pkl"

# Load the states from the file
load_states_and_visualize(test_file)

0 comments on commit 389db5d

Please sign in to comment.