We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcabae3 commit 71f0624Copy full SHA for 71f0624
tests/envs/maze/test_point_maze.py
@@ -41,8 +41,8 @@ def test_goal_cell():
41
np.testing.assert_almost_equal(desired_goal, obs["desired_goal"], decimal=4)
42
43
44
-def test_multiprocessing():
45
- """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."""
46
import multiprocessing as mp
47
48
def run_env():
0 commit comments