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 b992965 commit cfa1011
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions GenNet_utils/Interpret.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,14 @@ def get_DFIM_scores(args):

xval = xval[0]
xtest = xtest[0]

print("xval shape", xval.shape)
print("yval shape", yval.shape)


print("xtest shape", xtest.shape)
print("ytestl shape", ytest.shape)


if np.unique(np.array(ytest)).shape[0] > 2:
args.regression = True
Expand Down

0 comments on commit cfa1011

Please sign in to comment.