Skip to content

Commit 71f0624

Browse files
committed
update name and comment for very simple multiprocessing pointmaze test
1 parent fcabae3 commit 71f0624

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/envs/maze/test_point_maze.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ def test_goal_cell():
4141
np.testing.assert_almost_equal(desired_goal, obs["desired_goal"], decimal=4)
4242

4343

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

4848
def run_env():

0 commit comments

Comments
 (0)