Skip to content

Commit

Permalink
Merge pull request #1 from HHS/dev
Browse files Browse the repository at this point in the history
Updated manual test for spherical triangle mesh algorithm
  • Loading branch information
shawnhatch authored Aug 16, 2023
2 parents 6741c5a + 19402ce commit 010a93b
Show file tree
Hide file tree
Showing 2 changed files with 74,003 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public int getPopulation() {

public static void main(String[] args) throws IOException {

Path tractsFile = Paths.get(args[0]);
Path tractsFile = Paths.get("src\\test\\resources\\geotesting\\tract-ids.csv");

Map<ClientData, LatLon> dataMap = new LinkedHashMap<>();

Expand Down
Loading

0 comments on commit 010a93b

Please sign in to comment.