Skip to content

Commit c16b3a8

Browse files
authored
chore: add _test to file name (#1274)
* add _test to file name * chore: edit file name
1 parent 088b183 commit c16b3a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/snippets/create_multiple_timeseries_forecasting_model.py renamed to samples/snippets/create_multiple_timeseries_forecasting_model_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ def test_multiple_timeseries_forecasting_model(random_model_id: str) -> None:
1717
your_model_id = random_model_id
1818

1919
# [START bigquery_dataframes_bqml_arima_multiple_step_2_visualize]
20-
2120
import bigframes.pandas as bpd
2221

2322
df = bpd.read_gbq("bigquery-public-data.new_york.citibike_trips")

0 commit comments

Comments
 (0)