-
Notifications
You must be signed in to change notification settings - Fork 9
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
More flexible gdp adapter #237
More flexible gdp adapter #237
Conversation
CI on Ubuntu and macOS has been failing since yesterday due to segmentation fault in codecov (tests otherwise pass). Windows is OK. I haven't found anything about this from a cursory search. It could be transient or not. @selipot unless you really want codecov to succeed, I think we can safely merge. |
What happened to all the tests? |
@philippemiron see #237 (comment). Codecov is crashing in CI. It started as yesterday as far as I know. |
I see.. and it's passing for Windows. 😕 |
For once something works in Windows :) |
I feel a Microsoft bias in here.. haha |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have been able to test the new features such as tmp_path
and the testing for existing files, all good
I noticed the following issues:
- using the FTP source 2.00 the ragged array is filled typically with one drifter less than the requested
n_random_id
. That behavior does not exist for experimental so I think it's ok. - I cannot create a parquet file: it requires to use
to_awkward
from the ragged array instance and this fails because clouddrift.raggedarray.to_akward expects "count" instead of "rowsize"
For some reason I can't get my environment to recognize my latest commit and test it.
|
I'd say just keep it in this PR for simplicity. |
Hmm, works for me. What about it doesn't work for you? Is there an error message? |
@selipot A-ha, I see this now. OK, I think your commit worked, because I can write a parquet file via awkward. |
Wrote earlier: For some reason I can't get my environment to recognize my latest commit and test it. So I am not that skilled at VS code! |
The tests fail because of |
Fixes #94 and #235.