Skip to content

Commit

Permalink
Update src/sage/schemes/riemann_surfaces/riemann_surface.py
Browse files Browse the repository at this point in the history
Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
  • Loading branch information
mezzarobba and tscrim authored Feb 19, 2023
1 parent 428c226 commit 5f11491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/schemes/riemann_surfaces/riemann_surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -2194,7 +2194,7 @@ def local_N(ct, rt):
z_1 = a0lc.abs() * prod((cz - r).abs() - rho_z for r in a0roots)
n = minpoly.degree(CCzg.gen(1))
ai_new = [
(CCz(minpoly.coefficient({CCzg.gen(1): i})))(z=cz + self._CCz.gen(0))
CCz(minpoly.coefficient({CCzg.gen(1): i}))(z=cz + self._CCz.gen(0))
for i in range(n)
]
ai_pos = [self._RRz([c.abs() for c in h.list()]) for h in ai_new]
Expand Down

0 comments on commit 5f11491

Please sign in to comment.