diff --git a/ci/wheel_smoke_test_cugraph-dgl.py b/ci/wheel_smoke_test_cugraph-dgl.py deleted file mode 100644 index 8b2f9332..00000000 --- a/ci/wheel_smoke_test_cugraph-dgl.py +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright (c) 2024, NVIDIA CORPORATION. -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -import cugraph_dgl - -if __name__ == "__main__": - print(cugraph_dgl.__version__) diff --git a/ci/wheel_smoke_test_cugraph-pyg.py b/ci/wheel_smoke_test_cugraph-pyg.py deleted file mode 100644 index d05e5104..00000000 --- a/ci/wheel_smoke_test_cugraph-pyg.py +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright (c) 2024, NVIDIA CORPORATION. -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -import cugraph_pyg - -if __name__ == "__main__": - print(cugraph_pyg.__version__) diff --git a/ci/wheel_smoke_test_pylibwholegraph.py b/ci/wheel_smoke_test_pylibwholegraph.py deleted file mode 100644 index 43d56f8d..00000000 --- a/ci/wheel_smoke_test_pylibwholegraph.py +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright (c) 2024, NVIDIA CORPORATION. -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -import pylibwholegraph - -if __name__ == "__main__": - print(pylibwholegraph.__version__) diff --git a/notebooks/debug/notebook_smoke_test.ipynb b/notebooks/debug/notebook_smoke_test.ipynb deleted file mode 100644 index 8d455fcb..00000000 --- a/notebooks/debug/notebook_smoke_test.ipynb +++ /dev/null @@ -1,20 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import cugraph" - ] - } - ], - "metadata": { - "language_info": { - "name": "python" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -}