Allow using newly implemented hybrid method
This commit is contained in:
parent
fa167b3e5f
commit
72754525cd
@ -79,9 +79,6 @@ def get_legal_setups(allowedEPTs=None, allowedParStrength=None, allowedCovStreng
|
||||
for cs in allowedCovStrength:
|
||||
if ps.value > cs.value:
|
||||
continue
|
||||
if ps == Strength.DIAG and cs == Strength.FULL:
|
||||
# TODO: Implement
|
||||
continue
|
||||
for ept in allowedEPTs:
|
||||
if cs == Strength.FULL:
|
||||
for pt in allowedPTs:
|
||||
|
Loading…
Reference in New Issue
Block a user