Skip to content

Commit

Permalink
mv ScorerMethosds to cy CoordinatorMethods #32
Browse files Browse the repository at this point in the history
  • Loading branch information
y-tetsu committed Jan 3, 2025
1 parent 312fff0 commit bac6a13
Show file tree
Hide file tree
Showing 7 changed files with 524 additions and 217 deletions.
Binary file not shown.
523 changes: 523 additions & 0 deletions reversi/cy/CoordinatorMethods.pyx

Large diffs are not rendered by default.

Binary file not shown.
202 changes: 0 additions & 202 deletions reversi/strategies/coordinator/ScorerMethods/GetScoreFast.pyx

This file was deleted.

2 changes: 1 addition & 1 deletion reversi/strategies/coordinator/ScorerMethods/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
if os.environ['FORCE_SCORERMETHODS_IMPORT_ERROR'] == 'RAISE':
raise ImportError

from ....strategies.coordinator.ScorerMethods.GetScoreFast import get_blank_score
from ....cy.CoordinatorMethods import get_blank_score
SLOW_MODE = False
except ImportError:
from ....strategies.coordinator.ScorerMethods.GetScore import get_blank_score
Expand Down
1 change: 0 additions & 1 deletion reversi/strategies/coordinator/ScorerMethods/build.bat

This file was deleted.

13 changes: 0 additions & 13 deletions reversi/strategies/coordinator/ScorerMethods/setup.py

This file was deleted.

0 comments on commit bac6a13

Please sign in to comment.