Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
drv850 committed Nov 4, 2024
1 parent cfa1011 commit 43edf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpretation/NID.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from scipy.sparse import coo_matrix

def GenNet_pairwise_interactions_topn(w_input, w_later, mask, n):
def GenNet_pairwise_interactions_topn(w_input, w_later, masks, n):
'''
NID fast implementation for topn with:
Expand Down

0 comments on commit 43edf58

Please sign in to comment.