Skip to content

Commit

Permalink
Updated manual test for spherical triangle mesh algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
humbledaisy committed Aug 16, 2023
1 parent 6741c5a commit 19402ce
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 19402ce

Please sign in to comment.