From 682ffc2cef426f34f1a4f13b769166b2df0d2f48 Mon Sep 17 00:00:00 2001 From: hagrid67 <jdhwatson@gmail.com> Date: Sun, 16 Aug 2020 06:47:49 +0100 Subject: [PATCH] fix typo in rail_env - remove left over m.patch from msgpack --- flatland/envs/rail_env.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/flatland/envs/rail_env.py b/flatland/envs/rail_env.py index d2f8f4d2..700e9c5d 100644 --- a/flatland/envs/rail_env.py +++ b/flatland/envs/rail_env.py @@ -36,9 +36,6 @@ from gym.utils import seeding -m.patch() - - # Adrian Egli performance fix (the fast methods brings more than 50%) def fast_isclose(a, b, rtol): return (a < (b + rtol)) or (a < (b - rtol)) -- GitLab