Skip to content

Commit

Permalink
merge fix for #1
Browse files Browse the repository at this point in the history
  • Loading branch information
rodigu committed Dec 6, 2022
2 parents 6ae3967 + a033efa commit 669f26c
Show file tree
Hide file tree
Showing 5 changed files with 235 additions and 237 deletions.
2 changes: 1 addition & 1 deletion FoodBank.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from FoodPantry import FoodPantry
from FoodPantry import *
import pandas as pd
from utils import Food
from typing import List, Dict, Tuple
Expand Down
3 changes: 3 additions & 0 deletions Global.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@

ELASTICITY = {STP: -0.3, FV: -0.5, PT: -0.6}

STOCKPILE_RATIO=1/26 #foodbanks have 2 weeks of stored food (info from interview)

FOOD_PURCHASE_BUDGET_RATIO=0.10 #foodbanks use roughly 10% of annual budget for food purchase (info from disclosure)

class Global:
"""Setters should only be used by simulation. Getters can be used by other classes.
Expand Down
4 changes: 0 additions & 4 deletions food_prices.csv

This file was deleted.

Loading

0 comments on commit 669f26c

Please sign in to comment.