Skip to content

Commit

Permalink
fix: precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
anyangml committed Mar 14, 2024
1 parent e5b6cf0 commit 06528f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deepmd/tf/fit/dos.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,9 +563,7 @@ def build(
outs = tf.reshape(
final_layer,
[
tf.shape(inputs)[0],
natoms[2 + type_i],
self.numb_dos,
tf.shape(inputs)[0], natoms[0], self.numb_dos
],
)
# add bias
Expand Down

0 comments on commit 06528f4

Please sign in to comment.