Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions tests/system/large/bigquery/test_ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import pandas as pd
import pandas.testing

import bigframes.bigquery as bbq


Expand All @@ -27,9 +24,5 @@ def test_ai_generate_bool_multi_model(session):
"result"
)

pandas.testing.assert_series_equal(
result.to_pandas(),
pd.Series([True, True, False, False, False], name="result"),
check_dtype=False,
check_index=False,
)
# Make sure all elements are not null
assert len(result) == result.count()
Comment thread
sycai marked this conversation as resolved.
Outdated