Skip to content
Snippets Groups Projects
test_osm_charge.py 180 B
Newer Older
markn92's avatar
markn92 committed
import os

import networkx as nx

from evrouting.osm import read_osm


def test_read_osm():
    G: nx.DiGraph = read_osm(os.path.join(os.path.dirname(__file__), 'static/map.osm'))