We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf110a2 commit 01f4f85Copy full SHA for 01f4f85
vminmax_simple.lua
@@ -28,7 +28,7 @@ local vs = {}
28
function __vminmax_signal()
29
verbose('\n'..table.concat(vs, ','))
30
first, mid, last = vs[1], vs[math.ceil(#vs/2)], vs[#vs]
31
- info('\nfirst='..first..', mid='..mid..', last='..last..' @'..tick)
+ verbose('\nfirst='..first..', mid='..mid..', last='..last..' @'..tick)
32
-- too flat?
33
if math.abs(mid-first) < MIN_DELTA_MPH or math.abs(mid-last) < MIN_DELTA_MPH then
34
verbose('\n too similar.')
0 commit comments