Skip to content

Commit

Permalink
Fixing performance issue for groupping validation #254
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Apr 14, 2023
1 parent 4b8ad9e commit b689ccd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/sqlite/qa_catalogue.groupping.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ for (i in 1:len) {
}
}

typesDF
categoriesDF
pathsDF
# typesDF
# categoriesDF
# pathsDF

file <- sprintf('%s/%s', OUTPUT_DIR, 'issue-groupped-types.csv')
print(file)
Expand Down

0 comments on commit b689ccd

Please sign in to comment.