Skip to content

Commit 1e20e0e

Browse files
committed
Graph
1 parent 5a49ff0 commit 1e20e0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/data/create_graphs_ganak.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,4 +809,6 @@ def create_notebook():
809809

810810
#### examples
811811
# .mode table
812+
# select a1.dirname, a1.fname, a1.ganak_time as "old time", a2.dirname, a2.ganak_time as "new time" from data as a1, data as a2 where a1.fname=a2.fname and a1.ganak_time is not null and a1.ganak_time is not null and a1.dirname like '%2324-14195954-0%' and a2.dirname like '%comp2324-14299825-0%' order by a2.ganak_time desc limit 50;
813+
812814
# select a1.fname, a1.ganak_time as "gpmc time", a2.ganak_time from data as a1, data as a2 where a1.fname=a2.fname and a1.ganak_time is not null and a1.ganak_time is not null and a1.fname not like 'mc%' and a1.solver like 'gpmc' and a2.solver like 'ganak' and a2.ganak_call like '%mode 6%' order by a2.ganak_time desc limit 50;

0 commit comments

Comments
 (0)