Closed conradtchan closed 7 months ago
When flat reconstruction is chosen, the interpolation routine exits immediately. This causes an error later because the clock is never stopped. This PR adds stop_clock before the returning.
stop_clock
When flat reconstruction is chosen, the interpolation routine exits immediately. This causes an error later because the clock is never stopped. This PR adds
stop_clock
before the returning.