Skip to content

Commit c729945

Browse files
author
Release Manager
committed
Trac #34891: fixing some E502 in tensor, dynamics, modules, plot, numerical
E502 the backslash is redundant between brackets URL: https://trac.sagemath.org/34891 Reported by: chapoton Ticket author(s): Frédéric Chapoton Reviewer(s): Matthias Koeppe
2 parents bc832cb + 4bc07ec commit c729945

17 files changed

+107
-105
lines changed

src/sage/dynamics/arithmetic_dynamics/berkovich_ds.py

+8-7
Original file line numberDiff line numberDiff line change
@@ -239,14 +239,14 @@ def __classcall_private__(cls, dynamical_system, domain=None, ideal=None):
239239
try:
240240
dynamical_system = DynamicalSystem_affine(dynamical_system)
241241
except (TypeError, ValueError):
242-
raise TypeError('domain was affine Berkovich space, but dynamical_system did not ' + \
242+
raise TypeError('domain was affine Berkovich space, but dynamical_system did not '
243243
'convert to an affine dynamical system')
244244
if isinstance(domain, Berkovich_Cp_Projective):
245245
if not isinstance(dynamical_system, DynamicalSystem_projective):
246246
try:
247247
dynamical_system = DynamicalSystem_projective(dynamical_system)
248248
except (TypeError, ValueError):
249-
raise TypeError('domain was projective Berkovich space, but dynamical_system did not convert ' + \
249+
raise TypeError('domain was projective Berkovich space, but dynamical_system did not convert '
250250
'to a projective dynamical system')
251251

252252
if not isinstance(dynamical_system, DynamicalSystem):
@@ -268,7 +268,7 @@ def __classcall_private__(cls, dynamical_system, domain=None, ideal=None):
268268
if ideal != domain.ideal():
269269
raise ValueError('conflicting inputs for ideal and domain')
270270
else:
271-
raise ValueError('base ring of domain of dynamical_system must be p-adic or a number field ' + \
271+
raise ValueError('base ring of domain of dynamical_system must be p-adic or a number field '
272272
'not %s' %morphism_domain.base_ring())
273273

274274
if is_AffineSpace(morphism_domain):
@@ -446,6 +446,7 @@ def _repr_(self):
446446
return "Dynamical system of " + domain_str + " induced by the map" + \
447447
"\n Defn: %s"%('\n '.join(self._system._repr_defn().split('\n')))
448448

449+
449450
class DynamicalSystem_Berkovich_projective(DynamicalSystem_Berkovich):
450451
r"""
451452
A dynamical system on projective Berkovich space over `\CC_p`.
@@ -528,13 +529,13 @@ def __classcall_private__(cls, dynamical_system, domain=None):
528529
raise ValueError('domain was not relative dimension 1')
529530
if not isinstance(R, pAdicBaseGeneric):
530531
if domain is None:
531-
raise TypeError('dynamical system defined over %s, not p-adic, ' %morphism_domain.base_ring() + \
532+
raise TypeError('dynamical system defined over %s, not p-adic, ' %morphism_domain.base_ring() +
532533
'and domain is None')
533534
if not isinstance(domain, Berkovich_Cp_Projective):
534535
raise TypeError('domain was %s, not a projective Berkovich space over Cp' %domain)
535536
if domain.base() != morphism_domain:
536-
raise ValueError('base of domain was %s, with coordinate ring %s ' %(domain.base(), \
537-
domain.base().coordinate_ring())+ 'while dynamical_system acts on %s, ' %morphism_domain + \
537+
raise ValueError('base of domain was %s, with coordinate ring %s ' %(domain.base(),
538+
domain.base().coordinate_ring())+ 'while dynamical_system acts on %s, ' %morphism_domain +
538539
'with coordinate ring %s' %morphism_domain.coordinate_ring())
539540
else:
540541
domain = Berkovich_Cp_Projective(morphism_domain)
@@ -1007,7 +1008,7 @@ def __classcall_private__(cls, dynamical_system, domain=None):
10071008
raise ValueError('domain not relative dimension 1')
10081009
if not isinstance(R, pAdicBaseGeneric):
10091010
if domain is None:
1010-
raise TypeError('dynamical system defined over %s, not padic, ' %morphism_domain.base_ring() + \
1011+
raise TypeError('dynamical system defined over %s, not padic, ' %morphism_domain.base_ring() +
10111012
'and domain was not specified')
10121013
if not isinstance(domain, Berkovich_Cp_Affine):
10131014
raise TypeError('domain was %s, not an affine Berkovich space over Cp' %domain)

src/sage/dynamics/arithmetic_dynamics/endPN_automorphism_group.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ def automorphism_group_QQ_CRT(rational_function, prime_lower_bound=4, return_fun
754754
# and the gcd of orders over Fp and 24 is 24
755755
# or if the gcd is equal to the number of automorphisms we have
756756
if (len(elements) == gcd(orderaut + [24])) or \
757-
(gcd(orderaut + [24]) == 24 and \
757+
(gcd(orderaut + [24]) == 24 and
758758
(len(elements) == 12 or len(elements) == 8)):
759759
if iso_type:
760760
return elements, which_group(elements)

src/sage/dynamics/arithmetic_dynamics/projective_ds.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -6167,7 +6167,7 @@ def reduced_form(self, **kwds):
61676167
raise NotImplementedError("smallest coeff only over ZZ or QQ")
61686168
check_min = kwds.get('check_minimal', True)
61696169
from sage.dynamics.arithmetic_dynamics.endPN_minimal_model import smallest_dynamical
6170-
sm_f, m = smallest_dynamical(self, dynatomic=dynatomic, start_n=start_n,\
6170+
sm_f, m = smallest_dynamical(self, dynatomic=dynatomic, start_n=start_n,
61716171
prec=prec, emb=emb, algorithm=algorithm, check_minimal=check_min)
61726172
else:
61736173
#reduce via covariant
@@ -6852,7 +6852,7 @@ def all_periodic_points(self, **kwds):
68526852

68536853
if alg != 'lifting':
68546854
for i in periods[:]:
6855-
if (alg == 'dynatomic') or ((N == 1) \
6855+
if (alg == 'dynatomic') or ((N == 1)
68566856
and i <= pd_bounds[0] and DS.degree() <= pd_bounds[1]):
68576857
periodic.update(DS.periodic_points(i))
68586858
periods.remove(i)
@@ -7543,7 +7543,7 @@ def conjugating_set(self, other, R=None, num_cpus=2):
75437543
#else is_similar went to algebraic closure
75447544
if base in NumberFields():
75457545
from sage.rings.qqbar import number_field_elements_from_algebraics
7546-
K,mK,phi = number_field_elements_from_algebraics([u for t in list(m) for u in t],\
7546+
K,mK,phi = number_field_elements_from_algebraics([u for t in list(m) for u in t],
75477547
minimal=True)
75487548
if K == base:
75497549
return [matrix(K, M, M, mK)]
@@ -8224,15 +8224,15 @@ def potential_good_reduction(self, prime, return_conjugation=False):
82248224
hom = old_parent.hom([new_parent.gens()[0]])
82258225
L = field_of_definition_periodic
82268226
if hom(K.defining_polynomial()) != L.defining_polynomial():
8227-
raise ValueError('prime ideal of %s ' % K + \
8228-
'but field of definition of fixed points is %s. ' % L + \
8227+
raise ValueError('prime ideal of %s ' % K +
8228+
'but field of definition of fixed points is %s. ' % L +
82298229
'see documentation for examples')
82308230
embedding = K.embeddings(field_of_definition_periodic)[0]
82318231
prime = embedding(prime)
82328232
else:
82338233
if field_of_definition_periodic is not QQ:
8234-
raise ValueError('field of definition of fixed ' + \
8235-
'points is %s but prime is in QQ. ' %field_of_definition_periodic)
8234+
raise ValueError('field of definition of fixed ' +
8235+
'points is %s but prime is in QQ. ' % field_of_definition_periodic)
82368236

82378237
system = self.change_ring(field_of_definition_periodic)
82388238
fixed_points = system.periodic_points(1)

src/sage/dynamics/arithmetic_dynamics/wehlerK3.py

+63-64
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ def random_WehlerK3Surface(PP):
113113

114114
class WehlerK3Surface_ring(AlgebraicScheme_subscheme_product_projective):
115115
r"""
116-
117116
A K3 surface in `\mathbb{P}^2 \times \mathbb{P}^2` defined as the
118117
intersection of a bilinear and biquadratic form. [Weh1998]_
119118
@@ -807,7 +806,7 @@ def degenerate_fibers(self):
807806
vars = list(PSX.gens())
808807
K = FractionField(PSX.base_ring())
809808
R0 = PolynomialRing(K, 3, vars)
810-
I = R.ideal(self.Gpoly(1, 0), self.Gpoly(1, 1), self.Gpoly(1, 2), self.Hpoly(1, 0,1 ), \
809+
I = R.ideal(self.Gpoly(1, 0), self.Gpoly(1, 1), self.Gpoly(1, 2), self.Hpoly(1, 0,1 ),
811810
self.Hpoly(1, 0, 2), self.Hpoly(1, 1, 2))
812811
phi = R.hom(vars + [0, 0, 0], R0)
813812
I = phi(I)
@@ -838,7 +837,7 @@ def degenerate_fibers(self):
838837
vars = list(PSY.gens())
839838
K = FractionField(PSY.base_ring())
840839
R0 = PolynomialRing(K, 3, vars)
841-
I = R.ideal(self.Gpoly(0, 0), self.Gpoly(0, 1), self.Gpoly(0, 2), self.Hpoly(0, 0, 1), \
840+
I = R.ideal(self.Gpoly(0, 0), self.Gpoly(0, 1), self.Gpoly(0, 2), self.Hpoly(0, 0, 1),
842841
self.Hpoly(0, 0, 2), self.Hpoly(0, 1, 2))
843842
phi = PP.coordinate_ring().hom([0, 0, 0] + vars, R0)
844843
I = phi(I)
@@ -1108,16 +1107,16 @@ def sigmaX(self, P, **kwds):
11081107
raise TypeError("%s fails to convert into the map's domain %s, but a `pushforward` method is not properly implemented"%(P, self))
11091108
pt = list(P[0]) + [0, 0, 0]
11101109
if P[1][0] != 0:
1111-
[a,b,c] = [P[1][0]*self.Gpoly(1, 0)(*pt),\
1112-
-1*P[1][0]*self.Hpoly(1, 0, 1)(*pt) - P[1][1]*self.Gpoly(1, 0)(*pt),\
1110+
[a,b,c] = [P[1][0]*self.Gpoly(1, 0)(*pt),
1111+
-1*P[1][0]*self.Hpoly(1, 0, 1)(*pt) - P[1][1]*self.Gpoly(1, 0)(*pt),
11131112
-P[1][0]*self.Hpoly(1, 0, 2)(*pt) - P[1][2]*self.Gpoly(1, 0)(*pt)]
11141113
elif P[1][1] != 0:
1115-
[a,b,c] = [-1*P[1][1]*self.Hpoly(1, 0, 1)(*pt)-P[1][0]*self.Gpoly(1, 1)(*pt),\
1116-
P[1][1]*self.Gpoly(1, 1)(*pt),\
1114+
[a,b,c] = [-1*P[1][1]*self.Hpoly(1, 0, 1)(*pt)-P[1][0]*self.Gpoly(1, 1)(*pt),
1115+
P[1][1]*self.Gpoly(1, 1)(*pt),
11171116
-P[1][1]*self.Hpoly(1, 1, 2)(*pt)-P[1][2]*self.Gpoly(1, 1)(*pt)]
11181117
else:
1119-
[a,b,c] = [-1*P[1][2]*self.Hpoly(1, 0, 2)(*pt) - P[1][0]*self.Gpoly(1, 2)(*pt),\
1120-
-P[1][2]*self.Hpoly(1, 1, 2)(*pt) - P[1][1]*self.Gpoly(1, 2)(*pt),\
1118+
[a,b,c] = [-1*P[1][2]*self.Hpoly(1, 0, 2)(*pt) - P[1][0]*self.Gpoly(1, 2)(*pt),
1119+
-P[1][2]*self.Hpoly(1, 1, 2)(*pt) - P[1][1]*self.Gpoly(1, 2)(*pt),
11211120
P[1][2]*self.Gpoly(1, 2)(*pt)]
11221121
Point = [P[0][0], P[0][1], P[0][2], a, b, c]
11231122

@@ -1148,13 +1147,13 @@ def sigmaX(self, P, **kwds):
11481147
t = w1 - t1
11491148
phi = R.hom([s1*(t) + s0*P[0][0]/P[0][2], s0*w1, s0, z0, z1, z2], S)
11501149

1151-
#Blow-up the fiber
1152-
T = [phi(self.L),phi(self.Q),\
1153-
phi(self.Gpoly(1, 0)),\
1154-
phi(self.Gpoly(1, 1)),\
1155-
phi(self.Gpoly(1, 2)),\
1156-
-phi(self.Hpoly(1, 0, 1)),\
1157-
-phi(self.Hpoly(1, 0, 2)),\
1150+
# Blow-up the fiber
1151+
T = [phi(self.L),phi(self.Q),
1152+
phi(self.Gpoly(1, 0)),
1153+
phi(self.Gpoly(1, 1)),
1154+
phi(self.Gpoly(1, 2)),
1155+
-phi(self.Hpoly(1, 0, 1)),
1156+
-phi(self.Hpoly(1, 0, 2)),
11581157
-phi(self.Hpoly(1, 1, 2))]
11591158
maxexp = []
11601159

@@ -1182,11 +1181,11 @@ def sigmaX(self, P, **kwds):
11821181
#on the fiber
11831182
RR = PolynomialRing(BR, 5,'s0, s1, z0, z1, z2',order = 'lex')
11841183
s0, s1, z0, z1, z2 = RR.gens()
1185-
I = RR.ideal([RR(T[0]), \
1186-
RR(T[1]), \
1187-
RR(T[2]) - P[1][0]*z0, RR(T[3]) - P[1][1]*z1, RR(T[4])-P[1][2]*z2, \
1188-
RR(T[5]) - (P[1][0]*z1 + P[1][1]*z0), \
1189-
RR(T[6]) - (P[1][0]*z2 + P[1][2]*z0), \
1184+
I = RR.ideal([RR(T[0]),
1185+
RR(T[1]),
1186+
RR(T[2]) - P[1][0]*z0, RR(T[3]) - P[1][1]*z1, RR(T[4])-P[1][2]*z2,
1187+
RR(T[5]) - (P[1][0]*z1 + P[1][1]*z0),
1188+
RR(T[6]) - (P[1][0]*z2 + P[1][2]*z0),
11901189
RR(T[7]) - (P[1][1]*z2 + P[1][2]*z1)])
11911190

11921191
#Find the points
@@ -1225,13 +1224,13 @@ def sigmaX(self, P, **kwds):
12251224
for i in range(2,len(T)):
12261225
newT[i] = newT[i]/s**e
12271226
#Create the new ideal
1228-
II = SS.ideal([SS(newT[0]), \
1229-
SS(newT[1]), \
1230-
SS(newT[2]) - P[1][0]*z0, \
1231-
SS(newT[3]) - P[1][1]*z1, \
1232-
SS(newT[4]) - P[1][2]*z2, \
1233-
SS(newT[5]) - (P[1][0]*z1 + P[1][1]*z0), \
1234-
SS(newT[6]) - (P[1][0]*z2 + P[1][2]*z0), \
1227+
II = SS.ideal([SS(newT[0]),
1228+
SS(newT[1]),
1229+
SS(newT[2]) - P[1][0]*z0,
1230+
SS(newT[3]) - P[1][1]*z1,
1231+
SS(newT[4]) - P[1][2]*z2,
1232+
SS(newT[5]) - (P[1][0]*z1 + P[1][1]*z0),
1233+
SS(newT[6]) - (P[1][0]*z2 + P[1][2]*z0),
12351234
SS(newT[7]) - (P[1][1]*z2 + P[1][2]*z1)])
12361235

12371236
#Find the points
@@ -1350,16 +1349,16 @@ def sigmaY(self,P, **kwds):
13501349
raise TypeError("%s fails to convert into the map's domain %s, but a `pushforward` method is not properly implemented"%(P, self))
13511350
pt = [0, 0, 0] + list(P[1])
13521351
if P[0][0] != 0:
1353-
[a, b, c] = [P[0][0]*self.Gpoly(0, 0)(*pt), \
1354-
-1*P[0][0]*self.Hpoly(0, 0, 1)(*pt) - P[0][1]*self.Gpoly(0, 0)(*pt), \
1352+
[a, b, c] = [P[0][0]*self.Gpoly(0, 0)(*pt),
1353+
-1*P[0][0]*self.Hpoly(0, 0, 1)(*pt) - P[0][1]*self.Gpoly(0, 0)(*pt),
13551354
-P[0][0]*self.Hpoly(0, 0, 2)(*pt) - P[0][2]*self.Gpoly(0, 0)(*pt)]
13561355
elif P[0][1] != 0:
1357-
[a, b, c] = [-1*P[0][1]*self.Hpoly(0, 0, 1)(*pt) - P[0][0]*self.Gpoly(0, 1)(*pt),\
1358-
P[0][1]*self.Gpoly(0, 1)(*pt), \
1356+
[a, b, c] = [-1*P[0][1]*self.Hpoly(0, 0, 1)(*pt) - P[0][0]*self.Gpoly(0, 1)(*pt),
1357+
P[0][1]*self.Gpoly(0, 1)(*pt),
13591358
-P[0][1]*self.Hpoly(0, 1, 2)(*pt) - P[0][2]*self.Gpoly(0, 1)(*pt)]
13601359
else:
1361-
[a, b, c] = [-1*P[0][2]*self.Hpoly(0, 0, 2)(*pt) - P[0][0]*self.Gpoly(0, 2)(*pt), \
1362-
- P[0][2]*self.Hpoly(0, 1, 2)(*pt) - P[0][1]*self.Gpoly(0, 2)(*pt), \
1360+
[a, b, c] = [-1*P[0][2]*self.Hpoly(0, 0, 2)(*pt) - P[0][0]*self.Gpoly(0, 2)(*pt),
1361+
- P[0][2]*self.Hpoly(0, 1, 2)(*pt) - P[0][1]*self.Gpoly(0, 2)(*pt),
13631362
P[0][2]*self.Gpoly(0, 2)(*pt)]
13641363
Point = [a, b, c, P[1][0], P[1][1], P[1][2]]
13651364
if [a, b, c] != [0, 0, 0]:
@@ -1391,13 +1390,13 @@ def sigmaY(self,P, **kwds):
13911390
phi = R.hom([z0, z1, z2, s1*(t) + s0*P[1][0]/P[1][2], s0*w1, s0], S)
13921391

13931392
#Blow-up the fiber
1394-
T = [phi(self.L),\
1395-
phi(self.Q),\
1396-
phi(self.Gpoly(0, 0)), \
1397-
phi(self.Gpoly(0, 1)), \
1398-
phi(self.Gpoly(0, 2)), \
1399-
-phi(self.Hpoly(0, 0, 1)), \
1400-
-phi(self.Hpoly(0, 0, 2)), \
1393+
T = [phi(self.L),
1394+
phi(self.Q),
1395+
phi(self.Gpoly(0, 0)),
1396+
phi(self.Gpoly(0, 1)),
1397+
phi(self.Gpoly(0, 2)),
1398+
-phi(self.Hpoly(0, 0, 1)),
1399+
-phi(self.Hpoly(0, 0, 2)),
14011400
-phi(self.Hpoly(0, 1, 2))]
14021401
maxexp = []
14031402

@@ -1422,13 +1421,13 @@ def sigmaY(self,P, **kwds):
14221421
# on the fiber
14231422
RR = PolynomialRing(BR, 5, 's0, s1, z0, z1, z2', order='lex')
14241423
s0, s1, z0, z1, z2 = RR.gens()
1425-
I = RR.ideal([RR(T[0]), \
1426-
RR(T[1]), \
1427-
RR(T[2]) - P[0][0]*z0, \
1428-
RR(T[3]) - P[0][1]*z1, \
1429-
RR(T[4]) - P[0][2]*z2, \
1430-
RR(T[5]) - (P[0][0]*z1 + P[0][1]*z0), \
1431-
RR(T[6]) - (P[0][0]*z2 + P[0][2]*z0), \
1424+
I = RR.ideal([RR(T[0]),
1425+
RR(T[1]),
1426+
RR(T[2]) - P[0][0]*z0,
1427+
RR(T[3]) - P[0][1]*z1,
1428+
RR(T[4]) - P[0][2]*z2,
1429+
RR(T[5]) - (P[0][0]*z1 + P[0][1]*z0),
1430+
RR(T[6]) - (P[0][0]*z2 + P[0][2]*z0),
14321431
RR(T[7]) - (P[0][1]*z2 + P[0][2]*z1)])
14331432
#Find the points
14341433
SS = PolynomialRing(BR, 4, 's, z0, z1, z2', order = 'lex')
@@ -1465,14 +1464,14 @@ def sigmaY(self,P, **kwds):
14651464
for i in range(2,len(T)):
14661465
newT[i] = newT[i]/s**e
14671466
#Create the new ideal
1468-
II = SS.ideal([SS(newT[0]), \
1469-
SS(newT[1]), \
1470-
SS(newT[2]) - P[0][0]*z0, \
1471-
SS(newT[3]) - P[0][1]*z1, \
1472-
SS(newT[4]) - P[0][2]*z2, \
1473-
SS(newT[5]) - (P[0][0]*z1 + P[0][1]*z0), \
1474-
SS(newT[6]) - (P[0][0]*z2 + P[0][2]*z0), \
1475-
SS(newT[7]) - (P[0][1]*z2 + P[0][2]*z1)])
1467+
II = SS.ideal([SS(newT[0]),
1468+
SS(newT[1]),
1469+
SS(newT[2]) - P[0][0]*z0,
1470+
SS(newT[3]) - P[0][1]*z1,
1471+
SS(newT[4]) - P[0][2]*z2,
1472+
SS(newT[5]) - (P[0][0]*z1 + P[0][1]*z0),
1473+
SS(newT[6]) - (P[0][0]*z2 + P[0][2]*z0),
1474+
SS(newT[7]) - (P[0][1]*z2 + P[0][2]*z1)])
14761475
# Find the points
14771476
SSS = PolynomialRing(BR, 3, 'z0, z1, z2', order='lex')
14781477
z0, z1, z2 = SSS.gens()
@@ -1633,11 +1632,11 @@ def lambda_plus(self, P, v, N, m, n, prec = 100):
16331632
K = Qp(v, prec)
16341633
PK = P.change_ring(K)
16351634
W = self.change_ring(K)
1636-
Rx = W.ambient_space().coordinate_ring().hom(\
1637-
list(W.ambient_space()[0].coordinate_ring().gens())+[0, 0, 0], \
1635+
Rx = W.ambient_space().coordinate_ring().hom(
1636+
list(W.ambient_space()[0].coordinate_ring().gens()) + [0, 0, 0],
16381637
W.ambient_space()[0].coordinate_ring())
1639-
Ry = W.ambient_space().coordinate_ring().hom(\
1640-
[0, 0, 0] + list(W.ambient_space()[1].coordinate_ring().gens()), \
1638+
Ry = W.ambient_space().coordinate_ring().hom(
1639+
[0, 0, 0] + list(W.ambient_space()[1].coordinate_ring().gens()),
16411640
W.ambient_space()[1].coordinate_ring())
16421641
beta = R(2 + sqrt(3))
16431642
L = [x.abs() for x in list(PK[0])]
@@ -1730,10 +1729,10 @@ def lambda_minus(self, P, v, N, m, n, prec=100):
17301729
K = Qp(v, prec)
17311730
PK = P.change_ring(K)
17321731
W = self.change_ring(K)
1733-
Rx = W.ambient_space().coordinate_ring().hom(list(W.ambient_space()[0].coordinate_ring().gens())\
1734-
+[0, 0, 0],W.ambient_space()[0].coordinate_ring())
1735-
Ry = W.ambient_space().coordinate_ring().hom([0, 0, 0] + \
1736-
list(W.ambient_space()[1].coordinate_ring().gens()), \
1732+
Rx = W.ambient_space().coordinate_ring().hom(list(W.ambient_space()[0].coordinate_ring().gens())
1733+
+ [0, 0, 0], W.ambient_space()[0].coordinate_ring())
1734+
Ry = W.ambient_space().coordinate_ring().hom([0, 0, 0] +
1735+
list(W.ambient_space()[1].coordinate_ring().gens()),
17371736
W.ambient_space()[1].coordinate_ring())
17381737
beta = R(2 + sqrt(3))
17391738
L = [x.abs() for x in list(PK[0])]

src/sage/dynamics/complex_dynamics/mandel_julia.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,11 @@ def mandelbrot_plot(f=None, **kwds):
283283
max_iteration = 50
284284

285285
# Mandelbrot of General Polynomial Map
286-
return polynomial_mandelbrot(f, parameter, x_center, y_center, \
287-
image_width, max_iteration, pixel_count, level_sep, \
286+
return polynomial_mandelbrot(f, parameter, x_center, y_center,
287+
image_width, max_iteration, pixel_count, level_sep,
288288
number_of_colors, base_color)
289289

290+
290291
def external_ray(theta, **kwds):
291292
r"""
292293
Draws the external ray(s) of a given angle (or list of angles)

0 commit comments

Comments
 (0)