From d1e3c866aa3294c273bbedf4ceb84135d3158e85 Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 24 Jun 2022 14:17:36 +0100 Subject: [PATCH] pep8 --- verify_curves.py | 1 - 1 file changed, 1 deletion(-) diff --git a/verify_curves.py b/verify_curves.py index 9dfe15ab1..58aa26a36 100644 --- a/verify_curves.py +++ b/verify_curves.py @@ -40,7 +40,6 @@ def verify_curve(security_level, a=None, b=None): # step 1. get the table and max values of n, sd X = sort_data(security_level) n_max = X["{}".format(security_level)][0][0] - sd_max = X["{}".format(security_level)][-1][2] # step 2. a function to get model values def f_model(a, b, n):