Update import path for epyccel in Psydac to match new Pyccel structure
Opened this issue · 3 comments
jalalium commented
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
from pyccel.epyccel import epyccel
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.
yguclu commented
Hi @jalalium, when you say "newer versions of Pyccel" are you referring to the recent commits on the devel
branch?