urban-meal-delivery/tests/forecasts/__init__.py
Alexander Hess d5b3efbca1
Add aggregate_orders() function
- the function queries the database and aggregates the ad-hoc orders
  by pixel and time steps into a demand time series
- implement "heavy" integration tests for `aggregate_orders()`
- make `pandas` a package dependency
- streamline the `Config`
2021-01-07 23:35:13 +01:00

1 line
50 B
Python

"""Test the forecasting-related functionality."""