-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
Thank you for developing and maintaining this project.
In
PyMFEM/mfem/common/coefficient_common.i
Line 153 in e0b4d04
| if isinstance(agrs[2], Coefficient): |
PyMFEM/mfem/common/coefficient_common.i
Line 156 in e0b4d04
| if isinstance(agrs[3], Coefficient): |
agrs should be args?
Otherwise I got the following error when calling VectorSumCoefficient().
File "xxx/mfem/_ser/coefficient.py", line 2782, in __init__
if isinstance(agrs[2], Coefficient):
^^^^
NameError: name 'agrs' is not defined
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels