You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I really need your help, it's important to me!
when I copy the code which in rb equation part, I create the testrb.py.
And when I run python testrb.py, it made this mistake.
Please help me resolve it, thank you very much
File "testrb.py", line 77, in
solver0.append(chebyshev.la.Helmholtz(*mats0))
File "/home/qiwang/anaconda3/envs/fk/lib/python3.6/site-packages/shenfun/chebyshev/la.py", line 231, in init
bc_mats = extract_bc_matrices([args])
File "/home/qiwang/anaconda3/envs/fk/lib/python3.6/site-packages/shenfun/matrixbase.py", line 1678, in extract_bc_matrices
for b in a.copy():
AttributeError: 'tuple' object has no attribute 'copy'
The text was updated successfully, but these errors were encountered:
Hi I really need your help, it's important to me!
when I copy the code which in rb equation part, I create the testrb.py.
And when I run python testrb.py, it made this mistake.
Please help me resolve it, thank you very much
File "testrb.py", line 77, in
solver0.append(chebyshev.la.Helmholtz(*mats0))
File "/home/qiwang/anaconda3/envs/fk/lib/python3.6/site-packages/shenfun/chebyshev/la.py", line 231, in init
bc_mats = extract_bc_matrices([args])
File "/home/qiwang/anaconda3/envs/fk/lib/python3.6/site-packages/shenfun/matrixbase.py", line 1678, in extract_bc_matrices
for b in a.copy():
AttributeError: 'tuple' object has no attribute 'copy'
The text was updated successfully, but these errors were encountered: