Skip to content

Commit cde089d

Browse files
authored
Rename tiledb.cc -> tiledb.libtiledb (#875)
1 parent db4e19c commit cde089d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

apis/python/tests/test_tiledbvcf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
import math
21
import numpy as np
32
import subprocess
43
import os
54
import pandas as pd
65
import pyarrow as pa
7-
import re
86
import glob
97
import shutil
108
import platform
@@ -41,7 +39,7 @@ def check_if_compatible(uri):
4139
try:
4240
with tiledb.open(uri):
4341
return True
44-
except tiledb.cc.TileDBError as e:
42+
except tiledb.libtiledb.TileDBError as e:
4543
if "incompatible format version" in str(e).lower():
4644
raise pytest.skip.Exception(
4745
"Test skipped due to incompatible format version"

0 commit comments

Comments
 (0)