You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/data/create_graphs_ganak.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -809,4 +809,6 @@ def create_notebook():
809
809
810
810
#### examples
811
811
# .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
+
812
814
# 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