Uh oh!
There was an error while loading. Please reload this page.
Refactor text to use virtualfile_from_data - #1121
Conversation
maxrjones
left a comment
There was a problem hiding this comment.
Looks good to me. I only had a couple small comments.
| kwargs["t"] = "" | ||
| # Append text as the last column | ||
| # text must be in str type, see issue #706 |
There was a problem hiding this comment.
Should be fixed now, correct?
| # text must be in str type, see issue #706 |
There was a problem hiding this comment.
text must be in str type
This statement is still True.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
seisman
commented
Apr 15, 2021
Thanks for your suggestions. I'll mark this PR as draft, because I don't like the current implemention. |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Max Jones <meghanj@alum.mit.edu>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
seisman
commented
May 16, 2022
I plan to not make more reactors in this PR to make it easier to review. |
weiji14
left a comment
There was a problem hiding this comment.
Looks ok to me. Sugest @meghanrjones (or someone else) to give this another review since it's been over a year since they approved this PR!
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
seisman
commented
May 19, 2022
Ping @meghanrjones to give this PR a final review. |
maxrjones
commented
May 22, 2022
Sorry for not getting back to this in time to be helpful |
seisman
commented
May 22, 2022
No worries. You can still leave your comments if there are any 😄 |
Co-authored-by: Max Jones <meghanj@alum.mit.edu> Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
Description of proposed changes
virtualfile_from_dataRelated to #949.
Reminders
make formatandmake checkto make sure the code follows the style guide.doc/api/index.rst.Slash Commands
You can write slash commands (
/command) in the first line of a comment to performspecific operations. Supported slash commands are:
/format: automatically format and lint the code/test-gmt-dev: run full tests on the latest GMT development version