sync
This commit is contained in:
parent
d935ccc752
commit
b77b4fba0f
9
TODO
9
TODO
@ -1,3 +1,12 @@
|
||||
- fix im_benchmarkn
|
||||
|
||||
(vips:16785): GLib-GObject-WARNING **: value "0.500000" of type
|
||||
'\''gdouble'\'' is invalid or out of range for property '\''m1'\'' of
|
||||
type '\''gdouble'\''
|
||||
LabQ2sRGB: coding '\''labq'\'' only
|
||||
:wq
|
||||
|
||||
|
||||
|
||||
- try disabling turbo-boost?
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
|
||||
uname -a
|
||||
gcc --version
|
||||
vips --version
|
||||
|
@ -209,7 +209,7 @@ for thread in threads:
|
||||
for gate_name in gate_positions:
|
||||
if is_overlap(thread.events, event.gate_name, gate_name):
|
||||
print 'gate overlap on thread', thread.thread_name
|
||||
print '\t', event.gate_location,
|
||||
print '\t', event.gate_location
|
||||
print '\t', event.gate_name
|
||||
print '\t', gate_name
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user