Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci/checks/style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ PATH=/opt/conda/bin:$PATH
# Activate common conda env
. /opt/conda/etc/profile.d/conda.sh
conda activate rapids
conda install -c conda-forge clang=8.0.1 clang-tools=8.0.1

# Run flake8 and get results/return code
FLAKE=`flake8 --exclude=cpp,thirdparty,__init__.py,versioneer.py && flake8 --config=python/.flake8.cython`
Expand Down
161 changes: 0 additions & 161 deletions cpp/include/raft/distance/canberra.cuh

This file was deleted.

158 changes: 0 additions & 158 deletions cpp/include/raft/distance/chebyshev.cuh

This file was deleted.

Loading