Skip to content

Commit

Permalink
#1: Some tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Nov 12, 2021
1 parent 169059d commit cda622c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jpx/src/test/java/io/jenetics/jpx/tool/Normalizer.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ public class Normalizer {
);

public static void main(final String[] args) throws Exception {
final Path gpxDir = Paths.get("/home/fwilhelm/Downloads/drive-download-20210102T082742Z-001/");
final Path outputDir = Paths.get("/home/fwilhelm/Downloads/gpx/normalized/");
final Path gpxDir = Paths.get("/home/fwilhelm/Downloads/drive-download-20211102T182904Z-001/");
final Path outputDir = Paths.get("/home/fwilhelm/Downloads/normalized/");

Files.walkFileTree(gpxDir, new SimpleFileVisitor<>() {
@Override
Expand Down

0 comments on commit cda622c

Please sign in to comment.