Skip to content

Commit eddec27

Browse files
committed
use new sample_method name
1 parent fa87cba commit eddec27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

activitysim/abm/test/test_location_choice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_estimation_override_preserves_destination_choice_logsum(monkeypatch):
5757
)
5858
state = SimpleNamespace(
5959
settings=SimpleNamespace(
60-
sample_method="monte_carlo",
60+
sample_method="inverse_cdf",
6161
trace_hh_id=None,
6262
use_explicit_error_terms=False,
6363
)

0 commit comments

Comments
 (0)