Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix python import paths #56

Closed
SergioQuijanoRey opened this issue Aug 8, 2023 · 0 comments
Closed

Fix python import paths #56

SergioQuijanoRey opened this issue Aug 8, 2023 · 0 comments

Comments

@SergioQuijanoRey
Copy link
Owner

The way we are structuring the code right now, and the way we specify the import paths causes some trouble. When launching the notebook scripts, and when testing, it runs fine. But we are not able to debug the code due to import issues. And also we have done some tricky hacks to make everything work.

A big problem to solve is that we run the code in two different situations:

  1. Running code from the root of the project, having ./src/lib and ./src/test below
  2. Running a local test with the debugging tool, where our cwd is ./src/test and we have ../lib above
SergioQuijanoRey added a commit that referenced this issue Apr 20, 2024
- This speeds up a lot the execution time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant