Skip to content

Commit

Permalink
unit test update
Browse files Browse the repository at this point in the history
  • Loading branch information
jdetaeye committed Aug 27, 2023
1 parent 7ea3b49 commit f7a778f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified doc/examples/forecasting/forecast-method.xlsx
Binary file not shown.
1 change: 0 additions & 1 deletion freppledb/forecast/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,6 @@ def createForecastSolver(db, task=None):
logger.warning(
"Bucket dates table doesn't cover the complete forecasting horizon"
)

return frepple.solver_forecast(**kw)
except Exception as e:
logger.warning("No forecasting solver can be created: %s", e)
Expand Down

0 comments on commit f7a778f

Please sign in to comment.