From 4220ab110328d4b27ebe822cc74fa951f5ba1950 Mon Sep 17 00:00:00 2001 From: "H. Thomson Comer" Date: Wed, 9 Aug 2023 23:08:59 -0500 Subject: [PATCH] Change path to trajectories_extracted.p to improve CI run consistency. (#1247) Changes the URL to `trajectories_extracted.p` to a `data.rapids.ai` url, which should improve CI run stability for notebooks. @taureandyernv Authors: - H. Thomson Comer (https://github.com/thomcom) - Michael Wang (https://github.com/isVoid) Approvers: - Michael Wang (https://github.com/isVoid) URL: https://github.com/rapidsai/cuspatial/pull/1247 --- CHANGELOG.md | 2 +- notebooks/trajectory_clustering.ipynb | 16 ++-------------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33af7fa6e..0dd4eea2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,7 +48,7 @@ - Forward merge `branch-23.06` into `branch-23.08` ([#1190](https://github.com/rapidsai/cuspatial/pull/1190)) [@raydouglass](https://github.com/raydouglass) - use rapids-upload-docs script ([#1181](https://github.com/rapidsai/cuspatial/pull/1181)) [@AyodeAwe](https://github.com/AyodeAwe) - Remove Stale Demo Scripts ([#1180](https://github.com/rapidsai/cuspatial/pull/1180)) [@isVoid](https://github.com/isVoid) -- Updates Build Instructions to Adjust for Devcontainer Instructions and Remove Stale Infomation ([#1179](https://github.com/rapidsai/cuspatial/pull/1179)) [@isVoid](https://github.com/isVoid) +- Updates Build Instructions to Adjust for Devcontainer Instructions and Remove Stale Information ([#1179](https://github.com/rapidsai/cuspatial/pull/1179)) [@isVoid](https://github.com/isVoid) - Fix branch-23.06 forward-merge into branch-23.08 ([#1175](https://github.com/rapidsai/cuspatial/pull/1175)) [@trxcllnt](https://github.com/trxcllnt) - Remove documentation build scripts for Jenkins ([#1169](https://github.com/rapidsai/cuspatial/pull/1169)) [@ajschmidt8](https://github.com/ajschmidt8) - cuSpatial: Build CUDA 12 packages ([#1044](https://github.com/rapidsai/cuspatial/pull/1044)) [@isVoid](https://github.com/isVoid) diff --git a/notebooks/trajectory_clustering.ipynb b/notebooks/trajectory_clustering.ipynb index 654c5d1ef..b31576eb3 100644 --- a/notebooks/trajectory_clustering.ipynb +++ b/notebooks/trajectory_clustering.ipynb @@ -1,7 +1,6 @@ { "cells": [ { - "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -45,7 +44,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -53,7 +51,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -82,7 +79,7 @@ } ], "source": [ - "!if [ ! -f \"trajectories_extracted.p\" ]; then wget -O trajectories_extracted.p \"https://drive.google.com/uc?export=download&id=1GE-_z9HgLp3eV7Lgo_KOl53QuMgiCUMS\"; else echo \"trajectories_extracted.p found\"; fi" + "!if [ ! -f \"trajectories_extracted.p\" ]; then wget -O trajectories_extracted.p \"https://data.rapids.ai/cuspatial/datasets/trajectories_extracted.p\"; else echo \"trajectories_extracted.p found\"; fi" ] }, { @@ -98,7 +95,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -170,7 +166,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -206,7 +201,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -252,7 +246,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -301,7 +294,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -407,7 +399,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -480,7 +471,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -551,7 +541,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -623,7 +612,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -718,7 +706,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.10" + "version": "3.10.12" }, "vscode": { "interpreter": {