Overly long relative imports in PICMI/PyPIConGPU #5012
Labels
good first issue
signal new contributors where they can start
PICMI
pypicongpu and picmi related
refactoring
code change to improve performance or to unify a concept but does not change public API
Both the PIConGPU PICMI interface and PyPIConGPU use relative imports, which mean when we import pypicongpu stuff from PICMI we need to traverse a lot of directory levels leading to a lot of dots.
This could be potentially avoided by making pypicongpu directly accessible as a separate module.
The text was updated successfully, but these errors were encountered: