Skip to content

Commit

Permalink
v__0.148
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredgalichon committed Oct 12, 2024
1 parent a0eae98 commit bea16aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mec/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def load_blp_data(pyblp_compatibility=True):
header=None).head(20)
erates = pd.read_csv( thepath + 'lagged_erate.asc', sep='\s+', names=['yenlag','dmlag'] ,header=None)

unobs = pd.read_csv(the_path+'../gentzkow-shapiro/unobs_pub.csv').dropna(axis=1, how='all')
unobs = pd.read_csv(thepath+'../gentzkow-shapiro/unobs_pub.csv').dropna(axis=1, how='all')

# define a function to load instruments
def create_blp_instruments(df, theseries):
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.147",
version="0.148",
authors=["Alfred Galichon"],
author_email="ag133@nyu.edu",
licence="",
Expand Down

0 comments on commit bea16aa

Please sign in to comment.