Skip to content

Commit

Permalink
Improve unit tests (ensozos#16)
Browse files Browse the repository at this point in the history
Forgot to set UPDATE_RESULTS back to false.
  • Loading branch information
barrybecker committed Jan 18, 2019
1 parent f77aa5f commit 7570703
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class MatrixProfilePerformanceTest {
private MatrixProfile concurrentMP = new MatrixProfile(true);

/** Set this to true if you want to automatically update the results files */
private static final boolean UPDATE_RESULTS = true;
private static final boolean UPDATE_RESULTS = false;
private static final int STEPS_IN_DAY = 287;


Expand Down

0 comments on commit 7570703

Please sign in to comment.