Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tensorflow 1.13.1 causes unit tests to fail #519

Closed
7 tasks
youph opened this issue Nov 8, 2019 · 0 comments
Closed
7 tasks

Tensorflow 1.13.1 causes unit tests to fail #519

youph opened this issue Nov 8, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@youph
Copy link
Contributor

youph commented Nov 8, 2019

@kieranricardo commented on Wed Oct 30 2019

Description

tensorflow 1.13.1 causes errors with sparse full batch node methods: GCN, APPNP, and GAT.

Steps to reproduce:

On a fresh python 3.6 environment:

$ pip install tensorflow==1.13.1
$ pip install stellargraph
$ pip install pytest==5.0.1
$ pip install pytest-benchmark
$ cd \path\to\stellargraph
$ python -m pytest tests -W ignore::DeprecationWarning

Done Checklist (Bug)

  • Bug fixed
  • Branch and Pull Request build on CI
  • Branch and Pull Request pass unit tests on CI
  • Branch and Pull Request pass integration tests on CI
  • Version number reflects new status
  • Peer Code Review Performed
  • Code well commented
@youph youph added bug Something isn't working ml labels Nov 8, 2019
@youph youph self-assigned this Nov 8, 2019
@youph youph closed this as completed Nov 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant