mirror of
				https://github.com/facebookresearch/pytorch3d.git
				synced 2025-11-04 18:02:14 +08:00 
			
		
		
		
	Add type error suppressions for upcoming upgrade
Reviewed By: MaggieMoss Differential Revision: D64502797 fbshipit-source-id: cee9a54dfa8a005d5912b895d0bd094f352c5c6f
This commit is contained in:
		
							parent
							
								
									e17ed5cd50
								
							
						
					
					
						commit
						58566963d6
					
				@ -59,6 +59,8 @@ def texturesuv_image_matplotlib(
 | 
			
		||||
    for i in indices:
 | 
			
		||||
        # setting clip_on=False makes it obvious when
 | 
			
		||||
        # we have UV coordinates outside the correct range
 | 
			
		||||
        # pyre-fixme[6]: For 1st argument expected `Tuple[float, float]` but got
 | 
			
		||||
        #  `ndarray[Any, Any]`.
 | 
			
		||||
        ax.add_patch(Circle(centers[i], radius, color=color, clip_on=False))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user