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

Fix tf imports in some test files #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 15, 2020

  1. Fix tf imports in some test files

    Changed `import tensorflow as tf` to `from akro import tf`
    so that tests will still run if tensorflow is not installed.
    
    This makes tf imports in these files consistent with the other test
    files.
    edlanglois committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    7f6d99f View commit details
    Browse the repository at this point in the history