Skip to content

Commit

Permalink
max workers for metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
janursa committed Aug 7, 2024
1 parent b153d45 commit 4d4bd81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/api/comp_metric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ functionality:
description: number of samples randomly drawn from perturbation data
info:
test_default: 200
- name: --max_workers
type: integer
direction: input
default: 4



Expand Down
1 change: 1 addition & 0 deletions src/metrics/regression_1/script_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
## VIASH START
par = {
"perturbation_data": "resources/grn-benchmark/perturbation_data.h5ad",
'max_workers': 4,
'reg_type': 'ridge',
'subsample': 1,
}
Expand Down

0 comments on commit 4d4bd81

Please sign in to comment.