Skip to content

Commit

Permalink
Renamed test function
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Jan 3, 2025
1 parent 5dcc459 commit b2379ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_container/tests/test/python3-cuda-flavor/numba.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class NumbaTest(udf.TestCase):
def setUp(self):
self.query('create schema numbabasic', ignore_errors=True)

def test_import_keras(self):
def test_numba(self):
self.query(udf.fixindent('''
CREATE OR REPLACE PYTHON3 SCALAR SCRIPT
test_numba(epochs INTEGER)
Expand Down

0 comments on commit b2379ae

Please sign in to comment.