Skip to content

Commit

Permalink
v__0.172
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredgalichon committed Dec 6, 2024
1 parent eccc1d7 commit 5dae437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mec/blp.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def organize_markets(markets_o, vec_o):
vs_y.append(vec_o[observations,:])
return vs_y

def flatten_markets(markets_o,vs_y):
def collapse_markets(markets_o,vs_y):
O = len(markets_o)
if (len(vs_y[0].shape)==1):
dimv = 1
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.171",
version="0.172",
authors=["Alfred Galichon"],
author_email="ag133@nyu.edu",
licence="",
Expand Down

0 comments on commit 5dae437

Please sign in to comment.