Skip to content

Commit

Permalink
v__0.178
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredgalichon committed Dec 7, 2024
1 parent 5c55605 commit 8d203a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mec/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ def load_blp_car_data(fast = True, check_pyblp_compatibility=False):

if fast:
thepath = pkg_resources.resource_filename('mec', 'datasets/demand_blp/preloaded/')
prods = pd.read_csv("prod.csv", index_col=0)
agent_data = pd.read_csv("agents.csv", index_col=0)
prods = pd.read_csv(thepath+"prod.csv", index_col=0)
agent_data = pd.read_csv(thepath+"agents.csv", index_col=0)
return prods,agent_data

thepath = pkg_resources.resource_filename('mec', 'datasets/demand_blp/blp_1999/')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="mec",
version="0.177",
version="0.178",
authors=["Alfred Galichon"],
author_email="ag133@nyu.edu",
licence="",
Expand Down

0 comments on commit 8d203a7

Please sign in to comment.