Skip to content

Commit

Permalink
add tracking jira for to_numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-joshi committed Sep 5, 2024
1 parent 0fca10f commit 0325cb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integ/modin/test_to_numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def test_to_numpy_basic(data, pandas_obj, func):
assert_array_equal(df.values, native_df.values)
if pandas_obj == "Series":
with SqlCounter(query_count=1):
# SNOW-1652384 use to_numpy here and test to_list separately
res = df.to_list()
expected_res = native_df.to_list()
for r1, r2 in zip(res, expected_res):
Expand Down

0 comments on commit 0325cb2

Please sign in to comment.