Hi, I hope you're doing well.
I installed all the required libraries based on your instructions, but I encountered an issue while running d02_parameters.py from the demo files.
After inspecting the line:
from LION.CTtools.ct_geometry import Geometry
I noticed that the Geometry class does not contain an attribute called n_iters. As a result, I am unable to run:
from LION.models.iterative_unrolled.LPD import LPD
Could you help me resolve this issue?

Hi, I hope you're doing well.
I installed all the required libraries based on your instructions, but I encountered an issue while running
d02_parameters.pyfrom the demo files.After inspecting the line:
I noticed that the
Geometryclass does not contain an attribute calledn_iters. As a result, I am unable to run:Could you help me resolve this issue?