Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/game_theory/normal_form_game.py: Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Apr 2, 2022
1 parent e244564 commit b65f6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/game_theory/normal_form_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -1754,7 +1754,7 @@ def _solve_lrs(self, maximization=True):
with open(game_name, 'w') as game_file:
game_file.write(game_str)

from sage.features import LrsNash
from sage.features.lrs import LrsNash
LrsNash().require()
process = Popen([LrsNash().absolute_filename(), game_name],
stdout=PIPE, stderr=PIPE)
Expand Down

0 comments on commit b65f6a6

Please sign in to comment.