Skip to content

Commit

Permalink
✅ test location extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Nov 11, 2024
1 parent 40c55b3 commit 8e8d6ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_esupy.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import esupy.processed_data_mgmt as es_dt
import esupy.bibtex as bibtex
import esupy.location as loc


def test_data_commons_access():
Expand Down Expand Up @@ -34,3 +35,7 @@ def test_source_generation():
bib_path = Path(__file__).parents[1] / 'tests' / 'test.bib',
bibids = {'bare_traci_2011': 'TRACI 2.1'})
assert(len(source_list) == 1)


def test_locations():
d = loc.extract_coordinates(group='states')

0 comments on commit 8e8d6ef

Please sign in to comment.