Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/hiranumn/DeepAccNet into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Naozumi Hiranuma committed Dec 18, 2020
2 parents a7c1792 + 9ca0bb7 commit cd0c90f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DeepAccNet-SILENT.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ def main():

mask2 = np.zeros(mask.shape)
mask2[:blen, blen:] = 1
mask2[blen:, :blen] = 1
interface_lddt = np.mean(get_lddt(estogram.transpose([1,2,0]), np.multiply(mask, mask2)))
per_sample_result.append(interface_lddt)

Expand Down Expand Up @@ -218,4 +219,4 @@ def main():
outfile.close()

if __name__== "__main__":
main()
main()

0 comments on commit cd0c90f

Please sign in to comment.