dmlc / dgl

Python package built to ease deep learning on graph, on top of existing DL frameworks.
http://dgl.ai
Apache License 2.0
13.23k stars 2.99k forks source link

[GraphBolt] Move examples folder to root directory. #7501

Closed mfbalin closed 2 weeks ago

mfbalin commented 2 weeks ago

Description

I did a search in the repository for examples/sampling/graphbolt and replaced each occurrence with the new path.

Checklist

Please feel free to remove inapplicable items for your PR.

Changes

dgl-bot commented 2 weeks ago

To trigger regression tests:

dgl-bot commented 2 weeks ago

Commit ID: 4eb13d09a4304fd9748eaa6ad6e024282f8f8932

Build ID: 1

Status: ⚪️ CI test cancelled due to overrun.

Report path: link

Full logs path: link

dgl-bot commented 2 weeks ago

Commit ID: 7df1e0958997b1ab87fa65dd0def0397b9975ba6

Build ID: 2

Status: ❌ CI test failed in Stage [Torch GPU Example test].

Report path: link

Full logs path: link

dgl-bot commented 2 weeks ago

Commit ID: fd7880493e9656c9ed44ba61684467bca5203ff6

Build ID: 3

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link

frozenbugs commented 2 weeks ago

What about this:

mv examples/sampling/ -> examples/legacy mv examples/legacy/graphbolt -> examples/graphbolt

dgl-bot commented 2 weeks ago

Commit ID: 6c25705292d52bc899b40909bc57928879ba0804

Build ID: 5

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link

mfbalin commented 2 weeks ago

What about this:

mv examples/sampling/ -> examples/legacy mv examples/legacy/graphbolt -> examples/graphbolt

Performed your suggested change.