Skip to content

Commit d0f44e0

Browse files
aqm-eval-suiteViyom
authored andcommitted
Corrected the folder structure in drop-process
1 parent e44bff8 commit d0f44e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aqm-eval-suite/utils/drop_process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
gnu = open(gnufile, "w")
5656

5757
gnu.write("set terminal png size 1260, 800\n")
58-
gnu.write("set output \"aqm-eval-graph/"+scenario_name+"/graph/"+queuedisc_name+"-drop.png\"\n set xlabel \"Time difference between two drops\"\nset ylabel \"CDF\"\nset grid\nshow grid\n")
58+
gnu.write("set output \"aqm-eval-output/"+scenario_name+"/graph/"+queuedisc_name+"-drop.png\"\n set xlabel \"Time difference between two drops\"\nset ylabel \"CDF\"\nset grid\nshow grid\n")
5959

6060

6161
wfile = open (nfname ,"w")

0 commit comments

Comments
 (0)