TomographicImaging / CIL

A versatile python framework for tomographic imaging
https://tomographicimaging.github.io/CIL/
Apache License 2.0
97 stars 44 forks source link

Remove Reconstructor from __init__ to prevent circular dependency #1681

Open paskino opened 9 months ago

paskino commented 9 months ago

This should be removed to prevent circular dependency.

https://github.com/TomographicImaging/CIL/blob/5ea9282104423dd0134a8d67fbf599ec60960efe/Wrappers/Python/cil/recon/__init__.py#L20

lauramurgatroyd commented 9 months ago

Instead we will leave this in the init and instead use relative imports in the files in the recon folder