Commit f139e0c1 authored by Jay's avatar Jay
Browse files

Remove control tests

parent a1a1d27c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
from unittest.mock import MagicMock
"""from unittest.mock import MagicMock
import geopandas as gpd
import pandas as pd
from shapely.geometry import Polygon
@@ -66,3 +66,4 @@ def test_potential_overlap(controlnetwork, candidategraph):
                                 (1,), (1,),
                                 (0,), (0,)],
                                 index=[6,7,8,9,10,11]))
"""
 No newline at end of file