From 752b9ea7d8a29205ffcba37e4ed999b985a72227 Mon Sep 17 00:00:00 2001 From: edgarcosta Date: Mon, 2 Sep 2024 15:49:43 +0000 Subject: [PATCH] autopep8 action fixes --- lmfdb/modular_curves/web_curve.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lmfdb/modular_curves/web_curve.py b/lmfdb/modular_curves/web_curve.py index cc33f9a35a..8c6f1b7613 100644 --- a/lmfdb/modular_curves/web_curve.py +++ b/lmfdb/modular_curves/web_curve.py @@ -178,6 +178,7 @@ def formatted_model_html(self, m): # we need to somehow give this info eqn_threshold = 3 #this displays threshold - 1 lines to start eqns, lines, nb_var, typ, smooth = formatted_model_data(m) + def title_of_model(self, lines, nb_var, typ, smooth): if typ == 0: title = display_knowl('ag.canonical_model', 'Canonical model') +\ @@ -209,6 +210,7 @@ def title_of_model(self, lines, nb_var, typ, smooth): elif typ == 8: return display_knowl('modcurve.embedded_model', 'Embedded model') +\ r" Embedded model in $\mathbb{P}^{%d}$" % (nb_var-1,) + def equation_of_model(lines, typ): table = ''+\ ''+\