Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGleave committed Mar 9, 2019
1 parent 4d3fed9 commit 71f407d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_vec_envs.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def obs_assert(obs):
return check_vecenv_spaces(vec_env_class, space, obs_assert)


def test_subproc_vecenv_start_method():
def test_subproc_start_method():
start_methods = [None] + multiprocessing.get_all_start_methods()
space = gym.spaces.Discrete(2)

Expand Down

0 comments on commit 71f407d

Please sign in to comment.