Skip to content

Commit

Permalink
Removing out-of-data cohort query
Browse files Browse the repository at this point in the history
  • Loading branch information
NLGithubWP authored and KimballCai committed Jul 25, 2022
1 parent 05bccd2 commit 91fe31d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ public Object[][] CohortAnalysisTestDPArgObjects() {
Paths.get(System.getProperty("user.dir"), "..", "datasetSource").toString(),
Paths.get(System.getProperty("user.dir"), "..", "datasets/health", "query1-1.json").toString(),
out2
},{
Paths.get(System.getProperty("user.dir"), "..", "datasetSource").toString(),
Paths.get(System.getProperty("user.dir"), "..", "datasets/ecommerce/queries", "2.query_cohort.json").toString(),
new ArrayList<>()
}
};
}
Expand Down
28 changes: 0 additions & 28 deletions datasets/ecommerce/queries/2.query_cohort.json

This file was deleted.

0 comments on commit 91fe31d

Please sign in to comment.