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

Commit

Permalink
Chart.__init__: Restore default of calc_method argument for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jul 8, 2021
1 parent f66e4bc commit 7c003db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/manifolds/chart.py
Expand Up @@ -323,7 +323,7 @@ def __classcall__(cls, domain, coordinates='',
domain._charts_by_coord[coord_string] = self
return self

def __init__(self, domain, coordinates, calc_method, periods=None, coord_restrictions=None):
def __init__(self, domain, coordinates, calc_method=None, periods=None, coord_restrictions=None):
r"""
Construct a chart.
Expand Down

0 comments on commit 7c003db

Please sign in to comment.