Skip to content

Commit

Permalink
Rename linear_nondec model (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
bezes authored and capelastegui committed Oct 10, 2018
1 parent 888b2ca commit a91c3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anticipy/forecast_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ def f_bounds_linear_nondec(a_x=None, a_y=None, a_date=None):
return [0, -np.inf], [np.inf, np.inf]


model_linear_nondec = ForecastModel('linear', 2, _f_model_linear,
model_linear_nondec = ForecastModel('linear_nondec', 2, _f_model_linear,
f_init_params=f_init_params_linear_nondec,
f_bounds=f_bounds_linear_nondec)

Expand Down

0 comments on commit a91c3c5

Please sign in to comment.