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(
469469):
470470 """Integration test for audio_transcribe with partial ordering mode."""
471471 df = audio_mm_df_partial_ordering .copy ()
472-
473472 bpd .options .bigquery .ordering_mode = "partial"
474473
475474 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(
29562956 """Test that DataFrame column assignment works with null indices in partial ordering mode."""
29572957 df = scalars_df_null_index_partial_ordering [["int64_col" , "string_col" ]].head (3 )
29582958 series_to_assign = scalars_series_null_index_partial_ordering .head (3 )
2959-
29602959 expected_series = pd .Series (
29612960 [
29622961 - 987654321 ,
You can’t perform that action at this time.
0 commit comments