Skip to content

Commit

Permalink
Remove noisy warning logs in Shade (thanks @changchuanjun, #710) (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao authored Oct 16, 2024
1 parent 195832f commit c9d2a6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jcvi/graphics/synteny.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ def __init__(
bx1, by1 = b1
bx2, by2 = b2
if ax1 is None or ax2 is None or bx1 is None or bx2 is None:
logger.warning("Shade: None found in coordinates, skipping")
return
M, C4, L, CP = Path.MOVETO, Path.CURVE4, Path.LINETO, Path.CLOSEPOLY
if style == "curve":
Expand Down

0 comments on commit c9d2a6c

Please sign in to comment.