From eddec275fbfcfed292a21d39b38cfe357282a559 Mon Sep 17 00:00:00 2001 From: Jan Zill Date: Thu, 6 Aug 2026 22:42:51 +1000 Subject: [PATCH] use new sample_method name --- activitysim/abm/test/test_location_choice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activitysim/abm/test/test_location_choice.py b/activitysim/abm/test/test_location_choice.py index 37c375ccc..9bcdd7711 100644 --- a/activitysim/abm/test/test_location_choice.py +++ b/activitysim/abm/test/test_location_choice.py @@ -57,7 +57,7 @@ def test_estimation_override_preserves_destination_choice_logsum(monkeypatch): ) state = SimpleNamespace( settings=SimpleNamespace( - sample_method="monte_carlo", + sample_method="inverse_cdf", trace_hh_id=None, use_explicit_error_terms=False, )