-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
113 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# %% Taken from sna_hinter | ||
# %% Taken from sna_spymaster | ||
from typing import Dict | ||
|
||
import community | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
def test_all_solvers_can_be_imported(): | ||
from solvers.cli.cli_players import CLIOperative, CLISpymaster # noqa: F401 | ||
from solvers.gpt.gpt_guesser import GPTOperative # noqa: F401 | ||
from solvers.gpt.gpt_hinter import GPTSpymaster # noqa: F401 | ||
from solvers.naive.naive_guesser import NaiveOperative # noqa: F401 | ||
from solvers.naive.naive_hinter import NaiveSpymaster # noqa: F401 | ||
from solvers.sna.sna_hinter import SNASpymaster # noqa: F401 | ||
from solvers.gpt.gpt_operative import GPTOperative # noqa: F401 | ||
from solvers.gpt.gpt_spymaster import GPTSpymaster # noqa: F401 | ||
from solvers.naive.naive_operative import NaiveOperative # noqa: F401 | ||
from solvers.naive.naive_spymaster import NaiveSpymaster # noqa: F401 | ||
from solvers.sna.sna_spymaster import SNASpymaster # noqa: F401 |
Oops, something went wrong.