remove hypothesis debug code
This commit is contained in:
parent
62e4ca1ce1
commit
cdc18225fd
1 changed files with 1 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
import hypothesis.strategies as st
|
import hypothesis.strategies as st
|
||||||
import traces
|
import traces
|
||||||
from hypothesis import given, settings, Verbosity, Phase
|
from hypothesis import given
|
||||||
from pytest import raises
|
from pytest import raises
|
||||||
|
|
||||||
import stl
|
import stl
|
||||||
|
|
@ -81,11 +81,6 @@ def test_eval_smoke_tests(phi):
|
||||||
|
|
||||||
|
|
||||||
@given(SignalTemporalLogicStrategy)
|
@given(SignalTemporalLogicStrategy)
|
||||||
@settings(
|
|
||||||
max_shrinks=0,
|
|
||||||
verbosity=Verbosity.verbose,
|
|
||||||
perform_health_check=False,
|
|
||||||
phases=[Phase.generate])
|
|
||||||
def test_temporal_identities(phi):
|
def test_temporal_identities(phi):
|
||||||
stl_eval = stl.boolean_eval.pointwise_sat(phi)
|
stl_eval = stl.boolean_eval.pointwise_sat(phi)
|
||||||
stl_eval2 = stl.boolean_eval.pointwise_sat(~phi)
|
stl_eval2 = stl.boolean_eval.pointwise_sat(~phi)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue