Skip to content

Commit

Permalink
Fix dptest UT
Browse files Browse the repository at this point in the history
  • Loading branch information
Chengqian-Zhang committed Dec 23, 2024
1 parent 9bf75cb commit 6e428a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tests/pt/test_dp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def test_dp_test_1_frame(self) -> None:
pred_property = np.loadtxt(self.detail_file + ".property.out.0")[:, 1]
np.testing.assert_almost_equal(
pred_property,
to_numpy_array(result["property"])[0],
to_numpy_array(result[model.get_property_name()])[0],
)

def tearDown(self) -> None:
Expand Down

0 comments on commit 6e428a7

Please sign in to comment.