mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2025-02-16 18:25:54 +01:00
tweak max_iters in tests
This commit is contained in:
parent
649894236c
commit
8d23fd3a73
@ -70,7 +70,7 @@
|
|||||||
@test λ == PropertyT.spectral_gap(sett)
|
@test λ == PropertyT.spectral_gap(sett)
|
||||||
@test PropertyT.check_property_T(sett) == false
|
@test PropertyT.check_property_T(sett) == false
|
||||||
|
|
||||||
sett = PropertyT.Settings(NAME, G, S, autS, with_SCS(2000, accel=20, warm_start=true);
|
sett = PropertyT.Settings(NAME, G, S, autS, with_SCS(5000, accel=20, warm_start=true);
|
||||||
upper_bound=1.3, force_compute=true)
|
upper_bound=1.3, force_compute=true)
|
||||||
|
|
||||||
@info sett
|
@info sett
|
||||||
|
Loading…
Reference in New Issue
Block a user