Skip to content

Commit 552275f

Browse files
committed
fix flake8 minors
1 parent 5243482 commit 552275f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ribofilio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def plot_regression(x_value, y_value, y_predicted,
243243
plt.ylim(ymin, ymax)
244244
plt.scatter(x_value, y_value, s=norm_weight)
245245
xtext = (" Dropoff: " + str(dropoff_rate) +
246-
" Dropoff per codon: " + str(dropoff_codon)+
246+
" Dropoff per codon: " + str(dropoff_codon) +
247247
"\n RMSE: " + str(rmse) +
248248
" RSquare: " + str(rsquare) + " SE: " + str(stand_error))
249249
plt.xlabel(str(label) + "\n" + str(xtext), fontsize=10)

0 commit comments

Comments
 (0)