Conversation
Codecov Report
@@ Coverage Diff @@
## main #899 +/- ##
==========================================
+ Coverage 71.11% 71.18% +0.06%
==========================================
Files 376 376
Lines 46201 46200 -1
==========================================
+ Hits 32858 32887 +29
+ Misses 13343 13313 -30
Continue to review full report at Codecov.
|
speth
left a comment
There was a problem hiding this comment.
Looks basically fine to me. Could you update the commit "[scons] Small updates/fixes" to have a more descriptive message? It's not immediately obvious what the purpose of these changes is.
d5d2916 to
206bb00
Compare
|
Sorry for pushing again, but I noticed that the note in |
|
Will probably add another update for the formatting, as I just found a snippet for Anaconda on windows documenting the status before this PR All this takes is a couple of |
206bb00 to
891139b
Compare
|
🎉 ... better: |
Ensure that a YAML field `some-field: '12345'` is read as a string by the C++ parser
The 'note' indent for the species N2 is not consistent with former CTI/YAML versions; the note is also not identified as string
- Make path separators consistent on Windows post-install message - Update list of Python example folders
891139b to
0ef12d6
Compare
speth
left a comment
There was a problem hiding this comment.
Looks good. Sorry for the delayed review.
|
NP - I figure you took a well-deserved break 😉 |
Changes proposed in this pull request
some-field: '12345'is read as a string by the C++ parser (which currently returns an integer)ruamel.yamlos.path.seps in install message on windows)This is a minor fix that is left over after closing #881. Also cherry-picking minor fixes from #892 to ensure that fixes of existing features survive.
Checklist
scons build&scons test) and unit tests address code coverage