File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -469,7 +469,6 @@ def test_audio_transcribe_partial_ordering_integration(
469
469
):
470
470
"""Integration test for audio_transcribe with partial ordering mode."""
471
471
df = audio_mm_df_partial_ordering .copy ()
472
-
473
472
bpd .options .bigquery .ordering_mode = "partial"
474
473
475
474
df ["transcribed_text" ] = df ["audio" ].blob .audio_transcribe (model_name = model_name )
Original file line number Diff line number Diff line change @@ -2956,7 +2956,6 @@ def test_assign_series_with_null_index_should_add_column_correctly(
2956
2956
"""Test that DataFrame column assignment works with null indices in partial ordering mode."""
2957
2957
df = scalars_df_null_index_partial_ordering [["int64_col" , "string_col" ]].head (3 )
2958
2958
series_to_assign = scalars_series_null_index_partial_ordering .head (3 )
2959
-
2960
2959
expected_series = pd .Series (
2961
2960
[
2962
2961
- 987654321 ,
You can’t perform that action at this time.
0 commit comments