Skip to content

Commit

Permalink
Add missing commit when building large Cremona database
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjer committed Sep 13, 2024
1 parent 24698e7 commit ce90c2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/databases/cremona.py
Original file line number Diff line number Diff line change
Expand Up @@ -1643,6 +1643,7 @@ def _init_allgens(self, ftpdata, largest_conductor=0):
con.executemany("UPDATE t_curve SET gens=? WHERE curve=?",
curve_data)
print("Committing...")
self.commit()
if largest_conductor and int(v[0]) > largest_conductor:
break

Expand Down

0 comments on commit ce90c2d

Please sign in to comment.