Skip to content

Commit

Permalink
fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Jan 13, 2022
1 parent 85e7acd commit c43ac3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/tests/test_fitting_ener_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def test_fitting(self):
type_embedding = type_embedding.reshape([ntypes,-1])
atom_ener = fitting.build(tf.convert_to_tensor(dout),
t_natoms,
tf.constant(numb_test, dtype=tf.int32),
{'type_embedding':tf.convert_to_tensor(type_embedding)},
reuse = False,
suffix = "se_a_type_fit_")
Expand Down

0 comments on commit c43ac3a

Please sign in to comment.