Skip to content

AttributeError: 'tuple' object has no attribute 'copy' #87

@WangQi1024

Description

@WangQi1024

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions