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

Conversation

edlanglois
Copy link
Contributor

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 edlanglois requested a review from a team as a code owner October 15, 2020 20:28
@codecov
Copy link

codecov bot commented Oct 15, 2020

Codecov Report

Merging #63 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #63   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          179       179           
  Branches        28        28           
=========================================
  Hits           179       179           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bcbeae4...7f6d99f. Read the comment docs.

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 edlanglois changed the title Fix tf imports in some test files. Fix tf imports in some test files Oct 15, 2020
@edlanglois
Copy link
Contributor Author

I think the Travis CI builds have passed (if you click details then click the individual jobs) they just haven't updated GitHub for some reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants