Skip to content

Commit

Permalink
v__0.182
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredgalichon committed Dec 7, 2024
1 parent 6c96ca8 commit 2d1f99c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mec/replication/rust87.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
import numpy as np, pandas as pd, scipy.sparse as sp
from mec.data import load_Rust_data

def build_rust_model_primitives(thedata, X=90):
def build_rust_model_primitives(X=90):
thedata = load_Rust_data()
theta30 = (thedata[:,2]==0).mean()
theta31 = (thedata[:,2]==1).mean()
theta32 = 1-theta30 - theta31
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.181",
version="0.182",
authors=["Alfred Galichon"],
author_email="ag133@nyu.edu",
licence="",
Expand Down

0 comments on commit 2d1f99c

Please sign in to comment.