We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In a PR, I made no change in the repo except adding a new line in README.md Travis check fails by default.
The problem seems to be in tests/unit/caffe_app/test_views.py according to Travis logs.
tests/unit/caffe_app/test_views.py
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).
The text was updated successfully, but these errors were encountered:
@nikochiko the link to your PR is broken
Sorry, something went wrong.
@ucalyptus Oops! Fixed that in edited one.
No branches or pull requests
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).
The text was updated successfully, but these errors were encountered: