Skip to content

Commit

Permalink
update name and comment for very simple multiprocessing pointmaze test
Browse files Browse the repository at this point in the history
  • Loading branch information
mishmish66 committed Jan 19, 2024
1 parent fcabae3 commit 71f0624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/envs/maze/test_point_maze.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def test_goal_cell():
np.testing.assert_almost_equal(desired_goal, obs["desired_goal"], decimal=4)


def test_multiprocessing():
"""Check that the environment can be used in a multiprocessing environment."""
def test_multiprocessing_not_crash():
"""Check that the environment does not crash in a multiprocessing environment."""
import multiprocessing as mp

def run_env():
Expand Down

0 comments on commit 71f0624

Please sign in to comment.