Cloud-CV / Fabrik

:factory: Collaboratively build, visualize, and design neural nets in browser
GNU General Public License v3.0
1.12k stars 235 forks source link

Travis CI test for PRs fails by default. #520

Open nikochiko opened 4 years ago

nikochiko commented 4 years ago

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 commented 4 years ago

@nikochiko the link to your PR is broken

nikochiko commented 4 years ago

@ucalyptus Oops! Fixed that in edited one.