mirror of
https://github.com/bellingcat/geoclustering.git
synced 2026-06-12 21:48:30 +03:00
fix: compatibility with python < 3.8 (#16)
* ci: run tests in python 3.7 as well
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from geoclustering.clustering import cluster_locations
|
||||
from geoclustering.io import read_csv_file
|
||||
from tests.helpers import get_fixture_path, read_fixture_csv
|
||||
from tests.helpers import read_fixture_csv
|
||||
|
||||
|
||||
df = read_fixture_csv("clustering.csv")
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
from geoclustering.clustering import cluster_locations
|
||||
from geoclustering.encoding import encode_clusters
|
||||
from tests.helpers import read_fixture_csv, read_fixture_content
|
||||
|
||||
|
||||
Reference in New Issue
Block a user