urban-meal-delivery/tests
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
..
console Add CLI script to gridify all cities 2021-01-06 16:17:05 +01:00
db Add aggregate_orders() function 2021-01-07 23:35:13 +01:00
forecasts Add aggregate_orders() function 2021-01-07 23:35:13 +01:00
__init__.py Add a testing tool chain 2020-08-04 00:09:29 +02:00
conftest.py Add CLI script to gridify all cities 2021-01-06 16:17:05 +01:00
test_config.py Use globals for the database connection 2021-01-04 20:23:55 +01:00
test_version.py Run type checks only against packaged *.py files 2020-08-04 22:57:55 +02:00