Skip to content

Commit

Permalink
v__0.0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredgalichon committed Dec 9, 2023
1 parent 4a1f588 commit b008b94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mec/lp.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ def star(self):
x_mk = np.array(x_list)
u_m = np.array(u_list)

ustar = Polyhedral_map(x_mk,u_m,xtilde_mk,utilde_m,namef=self.namef+'*',namev=chr(ord(self.namev)+1))
ustar = Polyhedral(x_mk,u_m,xtilde_mk,utilde_m,namef=self.namef+'*',namev=chr(ord(self.namev)+1))

return (ustar)

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

0 comments on commit b008b94

Please sign in to comment.