Skip to content

Commit

Permalink
enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcavazos committed Jan 9, 2023
1 parent 77e32fc commit acdf22a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions people-and-planet-ai/weather-forecasting/e2e_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ def test_weather_forecasting_notebook(
sections={
"# 📚 Understand the data": {},
"# 🗄 Create the dataset": {},
# "# ☁️ Create the dataset in Dataflow": {
# "replace": {'--runner="DataflowRunner"': dataflow_dataset_flags},
# },
"# ☁️ Create the dataset in Dataflow": {
"replace": {'--runner="DataflowRunner"': dataflow_dataset_flags},
},
"# 🧠 Train the model": {"variables": {"data_path": data_path_local}},
# "# ☁️ Train the model in Vertex AI": {
# "variables": {"data_path": data_path_gcs, "epochs": 2}
# },
"# ☁️ Train the model in Vertex AI": {
"variables": {"data_path": data_path_gcs, "epochs": 2}
},
"# 🔮 Make predictions": {"model_path": MODEL_PATH}, # uses model_local_path
},
)

0 comments on commit acdf22a

Please sign in to comment.