An absolute uppx diff of >= 1 seems more then fine
							parent
							
								
									4129677ec5
								
							
						
					
					
						commit
						1c91cf56de
					
				| 
						 | 
					@ -429,10 +429,7 @@ class FastAppendCurve(pg.GraphicsObject):
 | 
				
			||||||
        if (
 | 
					        if (
 | 
				
			||||||
            # std m4 downsample conditions
 | 
					            # std m4 downsample conditions
 | 
				
			||||||
            px_width
 | 
					            px_width
 | 
				
			||||||
            and uppx_diff >= 1
 | 
					            and abs(uppx_diff) >= 1
 | 
				
			||||||
            or uppx_diff <= -1
 | 
					 | 
				
			||||||
            or self._step_mode and abs(uppx_diff) >= 2
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        ):
 | 
					        ):
 | 
				
			||||||
            log.info(
 | 
					            log.info(
 | 
				
			||||||
                f'{self._name} sampler change: {self._last_uppx} -> {uppx}'
 | 
					                f'{self._name} sampler change: {self._last_uppx} -> {uppx}'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue