dmlc--dgl
01a4cc5b7b
* to simple * WIP: multigraph flag * graph index refactor; pass basic testing * graph index refactor; pass basic testing * fix bug in to_simple; pass torch test * fix mx utest * fix example * fix lint * fix ci * poke ci * poke ci * WIP * poke ci * poke ci * poke ci * change ci workspace * poke ci * poke ci * poke ci * poke ci * delete ci * use enum for multigraph flag
7 行
61 B
Bash
7 行
61 B
Bash
#!/bin/bash
|
|
echo $PWD
|
|
ls -lh
|
|
pushd build
|
|
./runUnitTests
|
|
popd
|