urban-meal-delivery/tests/forecasts/timify
Alexander Hess 1bfc7db916
Make Grid.gridify() use only pickup addresses
- ensure a `Restaurant` only has one unique `Order.pickup_address`
- rework `Grid.gridify()` so that only pickup addresses are assigned
  into `Pixel`s
- include database migrations to ensure the data adhere to these
  tighter constraints
2021-01-24 19:04:39 +01:00
..
__init__.py Add OrderHistory class 2021-01-09 16:29:58 +01:00
test_aggregate_orders.py Make Grid.gridify() use only pickup addresses 2021-01-24 19:04:39 +01:00
test_make_time_series.py Return the resulting time series as pd.Series 2021-01-10 16:11:40 +01:00
test_order_history.py Remove pylint from the project 2021-01-09 17:47:45 +01:00