jamesavery / maxibone

SRμCT Bone tomography analysis
0 stars 0 forks source link

Code organization: Modules #7

Open jamesavery opened 2 years ago

jamesavery commented 2 years ago

Previously, we symlinked every needed module directory under every subdirectory that needed them. This is very messy.

TODO: Remove all subdirectory symlinks scattered around the code, and use instead

import sys sys.path.append(sys.path[0]+"/../")

everywhere, so we can import from subdirectories to the top-level src.