Currently GraphGym is cloned to ~/ during installation. This would probably be better to clone to /tmp/GraphGym. Not a huge deal but this will minimize any risk that we are colliding with a different instance of GraphGym and is probably a better practice in general.
Currently GraphGym is cloned to
~/
during installation. This would probably be better to clone to/tmp/GraphGym
. Not a huge deal but this will minimize any risk that we are colliding with a different instance of GraphGym and is probably a better practice in general.(I should've caught this when reviewing the PR.)