Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Dec 8, 2024
1 parent 25173ad commit 1ef6485
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 @@ -105,7 +105,7 @@ def test_location_model(
from activitysim.estimation.larch import component_model, update_size_spec

m, data = component_model(name, return_data=True)
m.doctor(repair_av_zq="-", nan_utility=True)
m.doctor(repair_av_zq="-", repair_nan_utility=True)
loglike_prior = m.loglike()
r = m.maximize_loglike(method=method, options={"maxiter": 1000, "ftol": 1.0e-8})
num_regression.check(
Expand Down

0 comments on commit 1ef6485

Please sign in to comment.