Skip to content

Commit

Permalink
fix flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
liljonnystyle committed Jun 13, 2020
1 parent 1914ddf commit b006ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fast_tests/test_visualizers.py
Expand Up @@ -202,7 +202,7 @@ def test_time_space_diagram_I210(self):
)}

for lane, expected_seg in expected_segs.items():
np.testing.assert_array_almost_equal(segs[lane], expected_seg)
np.testing.assert_array_almost_equal(segs[lane], expected_seg)

def test_time_space_diagram_ring_road(self):
dir_path = os.path.dirname(os.path.realpath(__file__))
Expand Down

0 comments on commit b006ed9

Please sign in to comment.