Skip to content

Commit 01902a6

Browse files
remove typo
1 parent 61087cd commit 01902a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/netmap/grn/inferrence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def attribution_one_target(
222222
return attributions_list
223223

224224

225-
def inferrence(models, data_train_full_tensor, gene_names, xai_method='GradientShap', background_type == 'zeros'):
225+
def inferrence(models, data_train_full_tensor, gene_names, xai_method='GradientShap', background_type = 'zeros'):
226226

227227
"""
228228
The main inferrence function to compute the entire GRN. Computes all

0 commit comments

Comments
 (0)