Skip to content

Commit

Permalink
Merge branch 'remove-openmpi-pin' of github.com:jameslamb/cugraph int…
Browse files Browse the repository at this point in the history
…o remove-openmpi-pin
  • Loading branch information
jameslamb committed Jun 26, 2024
2 parents 27e69c4 + 7564930 commit 877b96a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 1 addition & 3 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,8 @@ pushd docs/cugraph
# type of failure well.
python -c "import cugraph; print(f'Using cugraph: {cugraph}')"
sphinx-build -b dirhtml source _html
sphinx-build -b text source _text
mkdir -p "${RAPIDS_DOCS_DIR}/cugraph/"{html,txt}
mkdir -p "${RAPIDS_DOCS_DIR}/cugraph/html"
mv _html/* "${RAPIDS_DOCS_DIR}/cugraph/html"
mv _text/* "${RAPIDS_DOCS_DIR}/cugraph/txt"
popd

rapids-upload-docs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
# 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
Expand All @@ -21,6 +21,12 @@
from cugraph.gnn.dgl_extensions.dgl_uniform_sampler import DGLUniformSampler


pytestmark = pytest.mark.skip(
reason="Skipping this file until dask worker \
slowdown has been investigated"
)


def assert_correct_eids(edge_df, sample_edge_id_df):
# We test that all src, dst correspond to the correct
# eids in the sample_edge_id_df
Expand Down

0 comments on commit 877b96a

Please sign in to comment.