Skip to content

Commit

Permalink
fix undefined function in base_test
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremiah Corrado <[email protected]>
  • Loading branch information
jeremiah-corrado committed Jun 7, 2024
1 parent ec2ed85 commit 220885e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/base_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class ArkoudaTest(unittest.TestCase):
server = os.getenv("ARKOUDA_SERVER_HOST", "localhost")
test_running_mode = TestRunningMode(os.getenv("ARKOUDA_RUNNING_MODE", "GLOBAL_SERVER"))
timeout = int(os.getenv("ARKOUDA_CLIENT_TIMEOUT", 5))
ndim = get_server_max_array_dims()

@classmethod
def setUpClass(cls):
Expand Down

0 comments on commit 220885e

Please sign in to comment.