An absolute uppx diff of >= 1 seems more then fine

incremental_update_paths
Tyler Goodlet 2022-04-27 17:19:08 -04:00
parent 0744dd0415
commit 7a3437348d
1 changed files with 1 additions and 4 deletions

View File

@ -429,10 +429,7 @@ class FastAppendCurve(pg.GraphicsObject):
if (
# std m4 downsample conditions
px_width
and uppx_diff >= 1
or uppx_diff <= -1
or self._step_mode and abs(uppx_diff) >= 2
and abs(uppx_diff) >= 1
):
log.info(
f'{self._name} sampler change: {self._last_uppx} -> {uppx}'