gambitproject / gambit

Gambit: The package for computation in game theory
http://www.gambit-project.org
GNU General Public License v2.0
400 stars 150 forks source link

Fix bug with Game.write for 'gte' format #402

Closed AbhijeetKrishnan closed 11 months ago

AbhijeetKrishnan commented 11 months ago

Similar to the bug that got fixed in 90bbf7c, another bug was found that affected the Game.write_game('gte') method. A basic test has been added that failed prior to the fix, and passes with it.

tturocy commented 11 months ago

Many thanks. For this we needed to clean up the commit history so it was a single commit; now merged as 3ff06e26.