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

Travis CI test for PRs fails by default. #520

Open
nikochiko opened this issue Nov 5, 2019 · 2 comments
Open

Travis CI test for PRs fails by default. #520

nikochiko opened this issue Nov 5, 2019 · 2 comments

Comments

@nikochiko
Copy link

nikochiko commented Nov 5, 2019

In a PR, I made no change in the repo except adding a new line in README.md
Travis check fails by default.

Troubleshooting:

The problem seems to be in tests/unit/caffe_app/test_views.py according to Travis logs.


AssertionError: u"Invalid Prototxt\n1:1 : '{': Expected identifier or number, got {." != 'Invalid Prototxt\n1:1 : Expected identifier or number, got {.'


Changes need to be made in caffe_app/views. The syntax does not consider the " '{': " (returned as part of the exception statement).

@ucalyptus
Copy link

@nikochiko the link to your PR is broken

@nikochiko
Copy link
Author

@ucalyptus Oops! Fixed that in edited one.

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

No branches or pull requests

2 participants