Added space to separate field in output files.#2733
Added space to separate field in output files.#2733rcrehuet wants to merge 1 commit intoMDAnalysis:developfrom
Conversation
|
Hi @rcrehuet, FYI I think |
orbeckst
left a comment
There was a problem hiding this comment.
@rcrehuet thank you for the contribution!
LGTM – we didn't really define the output files in any rigorous manner (this is very old code from the early days) and adding the spaces makes sense when the format strings overflow.
The module is being deprecated in favor of #2622 but give that people might still want to use the old version I am ok with fixing it.
@lilyminium @fiona-naughton do you have any comments?
Otherwise: @rcrehuet please add entries to
- CHANGELOG
- AUTHORS
Codecov Report
@@ Coverage Diff @@
## develop #2733 +/- ##
========================================
Coverage 91.22% 91.22%
========================================
Files 176 176
Lines 24115 24115
Branches 3160 3160
========================================
Hits 22000 22000
Misses 1492 1492
Partials 623 623
Continue to review full report at Codecov.
|
|
I can't remember the details anymore but #2622 does alter the algorithm, e.g. it safeguards helix height so it can no longer be negative, and the screw angles are now different. It is currently stalled as @fiona-naughton and I have been working off different interpretations of what a screw angle is -- outside opinions are very welcome -- but otherwise nearly there. |
|
Progress with #2622 has unstalled for now; but this does make sense if we're keeping the old helanal around. There's also an issue where |
|
We can back-port it as a fix in #2798 . All I'd need here are additions to CHANGELOG and AUTHORS. |
- fixes The output files had all the the floating point numbers joined in a single string. - see PR #2733 - update AUTHORS - update CHANGELOG
- fixes The output files had all the the floating point numbers joined in a single string. - see PR #2733 - update AUTHORS - update CHANGELOG
- fixes The output files had all the the floating point numbers joined in a single string. - see PR #2733 - update AUTHORS - update CHANGELOG
- fixes The output files had all the the floating point numbers joined in a single string. - see PR #2733 - update AUTHORS - update CHANGELOG
The output files had all the the floating point numbers joined in a single string.
I added a whitespace separator. I may have added some unnecessary whitespaces, but I don't think that creates any problem. In other words, I did not check that all added whitespeces where needed, some may go at the end of the line, where they are superflous but not problematic.