From 255e207cc3d7ecdf0b497e091e0aa8513a533b82 Mon Sep 17 00:00:00 2001 From: Antoine Jacquet <72971923+antoine-jacquet@users.noreply.github.com> Date: Thu, 18 Jan 2024 17:19:01 +0100 Subject: [PATCH] v__0.1.0.14 --- mec/gt.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mec/gt.py b/mec/gt.py index b6772f0..893e66f 100644 --- a/mec/gt.py +++ b/mec/gt.py @@ -174,11 +174,11 @@ def __init__(self, A_i_j, B_i_j): self.B_i_j = B_i_j self.nbi,self.nbj = A_i_j.shape - def create_penalty_game(zeroSum=False): + def create_penalty_game(zero_sum=False): penalty_data = np.array([[53.21, 71.35, 93.80], [90.26, 42.81, 86.12], [96.88, 100.0, 75.43]]) - if zeroSum : + if zero_sum : zerosum_game = Bimatrix_game(A_i_j = penalty_data, B_i_j = 100 - penalty_data) return zerosum_game diff --git a/setup.py b/setup.py index e8e4365..643ff01 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="mec", - version="0.1.0.13", + version="0.1.0.14", authors=["Alfred Galichon"], author_email="ag133@nyu.edu", licence="",