mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comments to conf adapter file (#14509)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/14498/head
parent
9a2318966a
commit
42b7753683
|
@ -65,6 +65,7 @@ func TestBaseConfAdapter_CheckTrain(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
// IVFConfAdapter checks if an ivf index can be built.
|
||||
func TestIVFConfAdapter_CheckTrain(t *testing.T) {
|
||||
validParams := map[string]string{
|
||||
DIM: strconv.Itoa(128),
|
||||
|
|
Loading…
Reference in New Issue