Skip to content

Commit

Permalink
Improve runtime (#44)
Browse files Browse the repository at this point in the history
* expose max workers parameter to cli

* update triqler package to fix the issue with calculating PEPs which is extremely slow

* make grid search run with multithreading

* test max_workers cli argument

* fix format

* update triqler

Co-authored-by: Siegfried Gessulat <[email protected]>
Co-authored-by: Tobias <[email protected]>
  • Loading branch information
3 people committed Mar 28, 2022
1 parent 41ee444 commit e4bfd83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/system_tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ def test_cli_options(tmp_path, scope_files):
"--keep_decoys",
"--subset_max_train",
"50000",
"--max_workers",
"3",
]

subprocess.run(cmd, check=True)
Expand Down

0 comments on commit e4bfd83

Please sign in to comment.