Skip to content

Commit 5560902

Browse files
committed
change the line sepearation
1 parent 37a55b0 commit 5560902

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/system/large/blob/test_function.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

tests/system/small/test_dataframe.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)