From b6910fac4a970600eafe2d14b8fd6a79f4802046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B8=86?= <1007105760@qq.com> Date: Tue, 9 May 2023 08:49:16 +0000 Subject: [PATCH] update main.py. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张帆 <1007105760@qq.com> --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index c3caae7..8164c4c 100644 --- a/main.py +++ b/main.py @@ -343,7 +343,7 @@ def main(G): - +#test G=G.to_undirected() -- Gitee