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

Avoid importing MXNet and PyTorch simultaneously #26

Merged
merged 8 commits into from
Dec 29, 2018
Merged

Conversation

wkcn
Copy link
Owner

@wkcn wkcn commented Dec 29, 2018

Fix the issue #24

MobulaOP will import MXNet and PyTorch simultaneously if MXNet and PyTorch exist.
It seems that there is a conflict when importing MXNet and PyTorch.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 427

  • 21 of 21 (100.0%) changed or added relevant lines in 2 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+3.9%) to 83.548%

Files with Coverage Reduction New Missed Lines %
mobula/glue/backend.py 2 92.86%
Totals Coverage Status
Change from base Build 422: 3.9%
Covered Lines: 1168
Relevant Lines: 1398

💛 - Coveralls

@coveralls
Copy link

coveralls commented Dec 29, 2018

Pull Request Test Coverage Report for Build 432

  • 26 of 26 (100.0%) changed or added relevant lines in 2 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+4.8%) to 84.456%

Files with Coverage Reduction New Missed Lines %
mobula/glue/backend.py 2 92.96%
Totals Coverage Status
Change from base Build 422: 4.8%
Covered Lines: 1179
Relevant Lines: 1396

💛 - Coveralls

@wkcn wkcn merged commit c93b6ad into master Dec 29, 2018
@wkcn wkcn deleted the patch_for_24 branch January 4, 2019 09:10
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