Skip to content

Commit 3a72cd0

Browse files
committed
minor fix in output
1 parent ef7fb3d commit 3a72cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/final_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
def create_ratio_header(replicate_number):
1212
replicate_cond1 = []
1313
replicate_cond2 = []
14-
for replicate in range(1, replicate_number+1):
14+
for replicate in range(1, replicate_number):
1515
cond1 = "Ratio-A-" + str(replicate)
1616
replicate_cond1.append(cond1)
1717
cond2 = "Ratio-B-" + str(replicate)

0 commit comments

Comments
 (0)