-
Notifications
You must be signed in to change notification settings - Fork 40
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
fixed dataset 58 and 58b, added time-series example #19
Conversation
fixed: -Non ASCII copyright comment causing error -Record 7 fields 4,5,6 should be 3E13.5 according to specification. -58b: binary data unreadable in other software
Dear @kb- thank you for your effort. I am sorry, but I cannot accept a push request / patch like this.
to:
Please give more details why the current implementation does not work for you and provide a snippet test file. |
test58b_single_original.uff : your code, passed np.singledatatype test58b_double_modified.uff : modified code, np.double datatype test58b_single_modified.uff : OK, modified code, passed np.singledatatype |
Thanks for the feedback.
|
|
|
PS: the last commit includes 13.5e formating (in all fields, not only the ones you pointed out; I do not remember why we were using 13.4e; I hope it will not break other people's code - all test are working fine) Can you please double check your files on this? |
I fixed the following:
-Non ASCII copyright comment caused error (the file wouldn't run with the accents)
-Dataset 58, Record 7 fields 4,5,6 should be 3E13.5 according to specification
-58b: binary data was unreadable in other software