Skip to content

Commit

Permalink
Fix session.close for local test (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongze0629 committed Jul 21, 2021
1 parent e84765f commit ec4caff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tests/test_run_locally.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ def test_demo_lazy_mode(ogbn_mag_small):
"edge_type": "cites",
}
train(config, r[1])
sess.close()


@pytest.mark.skipif(sys.platform == "darwin", reason="Mac no need to run this test.")
Expand Down

0 comments on commit ec4caff

Please sign in to comment.