Skip to content

Commit

Permalink
Changed the remaining old names (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkan-software authored and AboudyKreidieh committed Oct 14, 2019
1 parent 84a7249 commit 1906340
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/fast_tests/test_scenarios.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_additional_net_params(self):

class TestRingNetwork(unittest.TestCase):

"""Tests LoopNetwork in flow/networks/ring.py."""
"""Tests RingNetwork in flow/networks/ring.py."""

def test_additional_net_params(self):
"""Ensures that not returning the correct params leads to an error."""
Expand Down Expand Up @@ -142,7 +142,7 @@ def test_additional_net_params(self):

class TestMultiRingNetwork(unittest.TestCase):

"""Tests MultiLoopNetwork in flow/networks/multi_ring.py."""
"""Tests MultiRingNetwork in flow/networks/multi_ring.py."""

def test_additional_net_params(self):
"""Ensures that not returning the correct params leads to an error."""
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/stress_tests/stress_test_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def start():
initial_config = InitialConfig(bunching=20)

network = RingNetwork(
name="sugiyama",
name="ring",
vehicles=vehicles,
net_params=net_params,
initial_config=initial_config)
Expand Down

0 comments on commit 1906340

Please sign in to comment.