-
Notifications
You must be signed in to change notification settings - Fork 5
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
test_lattice.py File2jsonTest fails on Python 2.7.12 #2
Comments
The reference JSON file should have be updated, some of the test scripts are relatively old, I may forgot to update them in time, however the scripts in 'contrib' folder are ready to use. |
The file jfile_new.json is not in the repo, yet. |
I've uploaded that file now. |
Now I get another error:
|
I think you can ignore this error, because you were trying to diff two strings that are too long, the test script should be adjusted. |
test_lattice.py fails with the File2jsonTest.
The JSON outputs/files differ in the following point:
Firstly the
"_epics": {}
is missing in the reference/test JSON and secondly the0
is float and not string.The text was updated successfully, but these errors were encountered: