Skip to content
Snippets Groups Projects
Commit f1b573fc authored by Isuru Fernando's avatar Isuru Fernando Committed by Andreas Klöckner
Browse files

Fix init_arg_names

parent d0e02f68
No related branches found
No related tags found
No related merge requests found
......@@ -407,7 +407,7 @@ class LinearPDEBasedExpansionTermsWrangler(ExpansionTermsWrangler):
.. automethod:: __init__
"""
init_arg_names = ("order", "dim", "max_mi")
init_arg_names = ("order", "dim", "knl", "max_mi")
def __init__(self, order, dim, knl, max_mi=None):
r"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment