Skip to content

Commit

Permalink
making test size smaller because it's so slow
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Dec 12, 2024
1 parent 685a42f commit 20f9aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsers/GWASCatalog/src/loadGWASCatalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def parse_data(self) -> dict:
if i == 1:
continue

if self.test_mode and i == 50:
if self.test_mode and i == 30:
break

# the total row count
Expand Down

0 comments on commit 20f9aa8

Please sign in to comment.