Skip to content

Commit

Permalink
fix num_samles not being passed to optimized hist fc rountine of torc…
Browse files Browse the repository at this point in the history
…h models (#2060)
  • Loading branch information
dennisbader authored Nov 8, 2023
1 parent af5b141 commit a5a4306
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def _optimized_historical_forecasts(
dataset,
trainer=None,
verbose=verbose,
num_samples=num_samples,
predict_likelihood_parameters=predict_likelihood_parameters,
)

Expand Down

0 comments on commit a5a4306

Please sign in to comment.