Skip to content

Commit

Permalink
ruffen
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Apr 23, 2024
1 parent 293f574 commit 271d9eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/test_mtc.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,9 @@ def regress(ext, out_dir):
("explicit", True, True),
],
)
def test_mtc_extended_progressive(chunk_training_mode, recode_pipeline_columns, sharrow_enabled):
def test_mtc_extended_progressive(
chunk_training_mode, recode_pipeline_columns, sharrow_enabled
):
import activitysim.abm # register components # noqa: F401

out_dir = _test_path(f"output-progressive-recode{recode_pipeline_columns}")
Expand Down Expand Up @@ -333,4 +335,3 @@ def test_mtc_extended_progressive(chunk_training_mode, recode_pipeline_columns,
test_mtc_extended_progressive("disabled", True, False)
test_mtc_extended_progressive("explicit", False, False)
test_mtc_extended_progressive("explicit", True, True)

0 comments on commit 271d9eb

Please sign in to comment.