Skip to content

Commit 7158a50

Browse files
committed
Graph
1 parent d40b694 commit 7158a50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/data/create_graphs_ganak.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,8 @@ def get_dirs(ver : str):
476476
# "out-ganak-mc2324-14195954-0",
477477

478478
# complex numbers from Mei
479-
"out-ganak-gpmc-mei-14294765-",
479+
"out-ganak-gpmc-mei-14294765-", # gpmc
480+
"out-ganak-gpmc-mei-14295250-0", # ganak, fixed complex
480481
]
481482
# only_dirs = ["out-ganak-6828273"] #-- functional synth
482483
#"6393432", "6393432", "6349002",, "6349002", "6387743" "6356951"] #, "out-ganak-6318929.pbs101-4", "out-ganak-6328707.pbs101-7", "out-ganak-6318929.pbs101-7"] #,"6348728" "6346880", "6335522", "6328982", "6328707"]
@@ -801,4 +802,5 @@ def create_notebook():
801802

802803

803804
#### examples
805+
# .mode table
804806
# 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' order by a2.ganak_time desc limit 50;

0 commit comments

Comments
 (0)