From cf0168579a2631a981e254326a0705ef5fbcc2ae Mon Sep 17 00:00:00 2001 From: Gautam <1gautamj@gmail.com> Date: Sat, 23 Nov 2024 05:14:01 +0000 Subject: [PATCH] brings doctest str of polymatric back up to date --- quantecon/game_theory/polymatrix_game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantecon/game_theory/polymatrix_game.py b/quantecon/game_theory/polymatrix_game.py index 3105590b..275fd7c0 100644 --- a/quantecon/game_theory/polymatrix_game.py +++ b/quantecon/game_theory/polymatrix_game.py @@ -16,7 +16,7 @@ >>> nfg = NormalFormGame(matching_pennies_bimatrix) >>> polymg = PolymatrixGame.from_nf(nfg) >>> print(polymg) -Polymatrix Game: +2-player PolymatrixGame with payoff matrices: (0, 1): [[ 1. -1.] [-1. 1.]]