Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
comment before
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton authored and Thierry Monteil committed Nov 29, 2021
1 parent e92b905 commit f463e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/schemes/product_projective/rational_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,8 @@ def parallel_function_combination(point_p_max):
continue

try:
rat_points.add(X(point))
# checks if this point lies on X or not
rat_points.add(X(point))
except (TypeError, ValueError):
pass

Expand Down

0 comments on commit f463e49

Please sign in to comment.