Skip to content

Commit

Permalink
lower numbers for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
RylieWeaver committed Aug 5, 2024
1 parent 9c55878 commit 68b2064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RandBLAS/projects/stats_tests_PR/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

int main()
{
const int64_t d = 100; // Range
const int64_t k = 60; // Number of selected elements
const int64_t d = 9; // Range
const int64_t k = 7; // Number of selected elements
const int64_t n = 32; // Number of samples
double sig = 0.01; // Significance value for KS test

Expand Down

0 comments on commit 68b2064

Please sign in to comment.