Skip to content

Commit 012b239

Browse files
committed
remove unneeded tracker func
1 parent f6c2ea2 commit 012b239

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

test/test_sandag_abm3.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,6 @@ def regress(out_dir: Path, regress_dir: Path = None, filename="final_trips.csv")
106106
"write_tables",
107107
]
108108

109-
def test_asim_tracker():
110-
import activitysim.abm # register components # noqa: F401
111-
assert activitysim._tracker == 1
112-
assert activitysim.abm._tracker == 2
113-
114109
@pytest.mark.parametrize("use_sharrow", [False, True])
115110
def test_sandag_abm3_progressive(use_sharrow):
116111
import activitysim.abm # register components # noqa: F401

0 commit comments

Comments
 (0)