diff --git a/tests/ut/cpp/dataset/gnn_graph_test.cc b/tests/ut/cpp/dataset/gnn_graph_test.cc index 521ffff634..3a80613b9c 100644 --- a/tests/ut/cpp/dataset/gnn_graph_test.cc +++ b/tests/ut/cpp/dataset/gnn_graph_test.cc @@ -71,7 +71,7 @@ class MindDataTestGNNGraph : public UT::Common { } void CheckNeighborsRatio(const NumNeighborsMap &number_neighbors, const std::vector &weights, - float deviation_ratio = 0.1) { + float deviation_ratio = 0.2) { EXPECT_EQ(number_neighbors.size(), weights.size()); int index = 0; uint32_t pre_num = 0;