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
It appears that a recent change in Pyccel has moved the epyccel module from /pyccel/ to /pyccel/commands. This change has caused an issue in Psydac, specifically in lines:
262 in /psydac/api/basic.py
418 in /psydac/api/ast/linalg.py
337 in /psydac/api/glt.py
frompyccel.epyccelimportepyccel
This import statement is no longer valid with the newer versions of Pyccel, and as a result, Psydac is currently not functioning properly with the latest version.
The text was updated successfully, but these errors were encountered:
Description:
It appears that a recent change in Pyccel has moved the epyccel module from
/pyccel/
to/pyccel/commands
. This change has caused an issue in Psydac, specifically in lines:262
in/psydac/api/basic.py
418
in/psydac/api/ast/linalg.py
337
in/psydac/api/glt.py
This import statement is no longer valid with the newer versions of Pyccel, and as a result, Psydac is currently not functioning properly with the latest version.
The text was updated successfully, but these errors were encountered: