Skip to content

Commit

Permalink
mv EvaluatorMethosds 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 438c318 commit 312fff0
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 373 deletions.
1 change: 1 addition & 0 deletions reversi/cy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
module_names = [
'BitBoardMethods',
'StrategiesMethods',
'CoordinatorMethods',
]

ext_modules = []
Expand Down
Binary file not shown.
358 changes: 0 additions & 358 deletions reversi/strategies/coordinator/EvaluatorMethods/EvaluateFast.pyx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
if os.environ['FORCE_EVALUATORMETHODS_IMPORT_ERROR'] == 'RAISE':
raise ImportError

from ....strategies.coordinator.EvaluatorMethods.EvaluateFast import evaluate_tpw, evaluate_tpwe
from ....cy.CoordinatorMethods import evaluate_tpw, evaluate_tpwe
SLOW_MODE = False
except ImportError:
from ....strategies.coordinator.EvaluatorMethods.Evaluate import evaluate_tpw, evaluate_tpwe
Expand Down
1 change: 0 additions & 1 deletion reversi/strategies/coordinator/EvaluatorMethods/build.bat

This file was deleted.

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

This file was deleted.

0 comments on commit 312fff0

Please sign in to comment.