We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb03d02 commit 3065e59Copy full SHA for 3065e59
test/test_io.cpp
@@ -40,6 +40,7 @@
40
template<typename T>
41
void test_read_mtx(int n, bool binaryformat, bool header, bool edgeweights) {
42
auto E = generate_dense_edgelist<T>(n);
43
+ GraphMat::random_edge_weights(&E, 128);
44
45
std::string tempfilenamestr = "GM_tempfileXXXXXX" + std::to_string(GraphMat::get_global_myrank());
46
int suffixlen = std::to_string(GraphMat::get_global_myrank()).size();
0 commit comments