Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 23, 2024
1 parent 51606c3 commit bea825f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bindings/python/benchmarks/benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,16 @@ def setup(self):
% (N_DOCS, len(BSON.encode(base_dict)) // 1024, len(base_dict))
)

# All of the following tests are being skipped because NumPy/Pandas do not work with nested arrays.
# All of the following tests are being skipped because NumPy/Pandas/Polars do not work with nested arrays.
def time_to_numpy(self):
pass

def time_to_pandas(self):
pass

def time_to_polars(self):
pass

def time_conventional_ndarray(self):
pass

Expand Down

0 comments on commit bea825f

Please sign in to comment.