Closed toddzilla1 closed 6 months ago
In the LasVegas class of planar_imaging, the _preprocess method is:
def _preprocess(self): self._check_direction()
Shouldn't it also call the self._check_inversion() method?
self._check_inversion()
Nevermind. I see this is called during analyze().
analyze()
In the LasVegas class of planar_imaging, the _preprocess method is:
def _preprocess(self): self._check_direction()
Shouldn't it also call the
self._check_inversion()
method?