Skip to content

Commit

Permalink
rename one test
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed May 6, 2024
1 parent e499e77 commit 8508d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cuda/test_cudaops.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def _negxplus1_cuda(self, itype):
got = sess.run(None, feeds1)[0]
assert_almost_equal(expected, got, decimal=5)

def test_negxplus1_cuda(self):
def test_cuda_negxplus1(self):
self._negxplus1_cuda(TensorProto.FLOAT)
self._negxplus1_cuda(TensorProto.FLOAT16)

Expand Down

0 comments on commit 8508d4b

Please sign in to comment.