mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
Run clang-format against cpp (#4358)
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
|
||||
#include "PickerHelpers.h"
|
||||
|
||||
|
||||
#include <DataStructs/BitVects.h>
|
||||
#include <DataStructs/BitOps.h>
|
||||
#include <SimDivPickers/DistPicker.h>
|
||||
@@ -44,8 +43,6 @@ void LazyLeaderHelper(LeaderPicker *picker, T functor, unsigned int poolSize,
|
||||
}
|
||||
} // end of anonymous namespace
|
||||
|
||||
|
||||
|
||||
RDKit::INT_VECT LazyVectorLeaderPicks(LeaderPicker *picker, python::object objs,
|
||||
int poolSize, double threshold,
|
||||
int pickSize, python::object firstPicks,
|
||||
@@ -100,9 +97,8 @@ struct LeaderPicker_wrap {
|
||||
python::arg("firstPicks") = python::tuple(),
|
||||
python::arg("numThreads") = 1),
|
||||
"Pick a subset of items from a pool of items using the "
|
||||
"user-provided function to determine distances. Note that the "
|
||||
"numThreads argument is currently ignored.")
|
||||
;
|
||||
"user-provided function to determine distances. Note that the "
|
||||
"numThreads argument is currently ignored.");
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user