This commit is contained in:
John Cupitt 2013-11-29 15:10:16 +00:00
parent d935ccc752
commit b77b4fba0f
3 changed files with 12 additions and 1 deletions

9
TODO
View File

@ -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?

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -x
uname -a
gcc --version
vips --version

View File

@ -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