Skip to content

Commit ebbc28b

Browse files
authored
Update xenium_explorer.py
Polygon import fix
1 parent a134d34 commit ebbc28b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/segger/validation/xenium_explorer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import pandas as pd
66
import numpy as np
77
from scipy.spatial import ConvexHull
8+
from shapely.geometry import MultiPolygon, Polygon
89
import matplotlib.pyplot as plt
910
from tqdm import tqdm
1011
from typing import Dict, Any, Optional, List, Tuple

0 commit comments

Comments
 (0)