mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add comments to conf adapter file (#14414)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/14466/head
parent
890cd72943
commit
30fbeefc39
|
@ -180,6 +180,7 @@ func TestIVFSQConfAdapter_CheckTrain(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
// BinIDMAPConfAdapter checks if a bin id map index can be built.
|
||||
func TestBinIDMAPConfAdapter_CheckTrain(t *testing.T) {
|
||||
validParams := map[string]string{
|
||||
DIM: strconv.Itoa(128),
|
||||
|
|
Loading…
Reference in New Issue