Skip to content

Commit

Permalink
fixed paths in regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dkatzel-ncats committed Oct 14, 2020
1 parent b77d6c6 commit 09828b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public class RegressionTestIT {
private static boolean DO_ALIGN = false;
private static boolean EXPORT_CORRECT = false;

private static String exportDir = "/home/tyler/workspace/results";
private static String exportDir = "results";


public static enum Result{
Expand Down Expand Up @@ -1317,7 +1317,7 @@ public void testSet(String set, MethodAdapted meth) throws FileNotFoundException



try(PrintWriter pw1 = new PrintWriter("/home/tyler/workspace/molvec/reports/" + set + "_" + meth.toString() + "_" +
try(PrintWriter pw1 = new PrintWriter("reports/" + set + "_" + meth.toString() + "_" +
LocalDate.now().format( DateTimeFormatter.ofPattern("YYYYMMdd")) +
".txt")){

Expand Down

0 comments on commit 09828b4

Please sign in to comment.