Skip to content

Commit

Permalink
fix cuda test
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Wang committed Mar 16, 2024
1 parent 0ec6bcd commit cd2be16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tests/pt/model/test_dp_atomic_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,4 @@ def test_virtual_consistency(self):
[1, 1, 0, 1],
]
)
np.testing.assert_equal(ret1["mask"], expected_mask)
np.testing.assert_equal(to_numpy_array(ret1["mask"]), expected_mask)

0 comments on commit cd2be16

Please sign in to comment.