Skip to content

Commit

Permalink
v__0.0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredgalichon committed Nov 11, 2023
1 parent 9ca4ae5 commit ecfa6fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions mec/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ def test_mec_ot_OTProblem():

return

def test_TULogit():
from mec.ot import TULogit
def test_mec_lp_TULogit():
from mec.ot import TUlogit
[cs_μhat_a, cs_Nhat,cs_nbx,cs_nby] = mec.data.load_ChooSiow_data().values()
choo_siow_mkt = TUlogit(cs_nbx,cs_nby,build_surplus(cs_nbx,cs_nby),cs_μhat_a)
uv_GS_diy,λ_GS_diy_k = choo_siow_mkt.fit_diy(10000,tol = 1e-8)
Expand All @@ -86,6 +86,7 @@ def test_mec_lp():
test_mec_lp_LP()
test_mec_lp_Dictionary()
test_mec_lp_Tableau()
test_mec_lp_TULogit()
return


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.0.5.6",
version="0.0.5.7",
url="",
authors=["Alfred Galichon"],
author_email="ag133@nyu.edu",
Expand Down

0 comments on commit ecfa6fe

Please sign in to comment.