-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add EDF #239
Add EDF #239
Conversation
for more information, see https://pre-commit.ci
@garrettmflynn Do you run into any errors regarding file I/O when you reach the final step using this interface? Just checking if it's platform dependent |
I can't get past the GuidedSourceData page because of the following issue:
|
@garrettmflynn Interesting... does that happen if you regenerate a fresh conda environment? |
Ah I see what you got now. For some reason, clicking the Run Conversion button again allowed me to go through. I'd seen this issue before because I forgot to add Oddly enough, I also saw the same issue—though temporary—when I went back to the Source Data and tried to request the metadata again:
|
Moving to draft until further investigation and possible fix is found |
@CodyCBakerPhD Just tested this again. I can run a successful conversion with an Upon further testing, it seems that the conversion script releases the file some time after returning (on the order of 3-5s). So this is a temporary hold-up, and only if the user goes back to the Source Data page immediately after previewing / converting. |
Ohhhh, huh... right you are Just waiting 4-5 seconds clears it up. How weird |
Add the EDFRecordingInterface to the list of accepted interfaces.