Skip to content

Commit

Permalink
suspend buggy test
Browse files Browse the repository at this point in the history
Suspend test per ActivitySim issue #781
  • Loading branch information
jpn-- authored Dec 6, 2023
1 parent 0faae3f commit e2ddb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activitysim/estimation/test/test_larch_estimation.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_location_model(
[
("non_mandatory_tour_scheduling", "SLSQP"),
("joint_tour_scheduling", "SLSQP"),
("atwork_subtour_scheduling", "SLSQP"),
# ("atwork_subtour_scheduling", "SLSQP"), # TODO: needs a fix, this test is unstable, probably the test data is poor
("mandatory_tour_scheduling_work", "SLSQP"),
("mandatory_tour_scheduling_school", "SLSQP"),
],
Expand Down

0 comments on commit e2ddb8b

Please sign in to comment.