Forschungsprojekt-Informatik / CompGCN

ICLR 2020: Composition-Based Multi-Relational Graph Convolutional Networks
Apache License 2.0
0 stars 0 forks source link

Merging the "master" branch to the base branch "development" #10

Closed JWG-1 closed 1 year ago

JWG-1 commented 1 year ago

I merged the devConvKB branch into the master branch, so now we have to merge the master branch into the development branch to include the ConvKB score function in the development branch

1Maxnet1 commented 1 year ago

We really should have a proper branch protection and only allow PRs from development into the master branch to avoid such misdirected PRs in the first place

Please do not only note something like this in a PR. Either resolve it directly or note it in an issue like #11 else we will probably forget about it. I already set the development branch as default branch, so new PRs should go against the development branch. After this PR is merged we should reset the master branch to the upstream state and finally protect it.