Skip to content

Commit

Permalink
Fixing single linkage deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Sep 26, 2024
1 parent d47a999 commit 8c98d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/include/raft/cluster/single_linkage_types.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021-2024, NVIDIA CORPORATION.
* Copyright (c) 2021-2023, NVIDIA CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -23,7 +23,7 @@ namespace raft::cluster::hierarchy {
/**
* Determines the method for computing the minimum spanning tree (MST)
*/
[[deprecated("Use cuVS instead")]] enum LinkageDistance {
enum LinkageDistance {

/**
* Use a pairwise distance matrix as input to the mst. This
Expand Down

0 comments on commit 8c98d17

Please sign in to comment.