davlars / ad-skull-reconstruction

Repository for reconstruction of simulated skull CT data for AD project
2 stars 5 forks source link

Introduce a folder structure #25

Open adler-j opened 7 years ago

adler-j commented 7 years ago

The package is becoming crowded, so we should create a folder structure. Perhaps start by adding two folders "reconstruction" and "reconstruction2d"? Naming suggestions are welcome ofc.

sbanert commented 6 years ago

The problem now is that adutils.py imports itself which makes it impossible to directly import this file from a different folder without further changes.

adler-j commented 6 years ago

Why would the file be importing itself? This is a classical anti-pattern.

I'll do a quick cleanup of this repo to solve these problems.