Skip to content

Commit

Permalink
migrate verification strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
enadeau committed Jan 31, 2020
1 parent fb2e75f commit 0fc3e9d
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 1,494 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read(fname):
'sympy==1.5.1',
],
dependency_links = [
'https://github.com/PermutaTriangle/Tilings/tarball/develop#egg=tilings-1.0.1',
'https://github.com/PermutaTriangle/Tilings/tarball/migrate-strategy#egg=tilings-1.0.1',
],
setup_requires=['pytest-runner==5.1'],
tests_require=[
Expand Down
4 changes: 2 additions & 2 deletions tests/test_tilescope.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from comb_spec_searcher import ProofTree
from tilescopethree import TileScopeTHREE
from tilescopethree.strategy_packs_v2 import (
all_the_strategies_database_verified, point_placements,
all_the_strategies_verify_database, point_placements,
point_placements_fusion, point_placements_fusion_with_interleaving,
row_and_col_placements_fusion_with_interleaving_fusion)

Expand All @@ -28,7 +28,7 @@ def test_132_genf():

@pytest.mark.timeout(20)
def test_123():
searcher = TileScopeTHREE('123', all_the_strategies_database_verified)
searcher = TileScopeTHREE('123', all_the_strategies_verify_database)
t = searcher.auto_search(smallest=True)
assert isinstance(t, ProofTree)

Expand Down
4 changes: 4 additions & 0 deletions tilescopethree/strategies/verification_strategies.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from tilings.strategies.verification import (verify_basic, verify_database,
verify_elementary, verify_local,
verify_locally_factorable,
verify_one_by_one)
4 changes: 0 additions & 4 deletions tilescopethree/strategies/verification_strategies/__init__.py

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0fc3e9d

Please sign in to comment.