-
Notifications
You must be signed in to change notification settings - Fork 6
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
Use local copy of NWB file to avoid use of special characters in folder names #61
Conversation
…in folder names
Codecov ReportBase: 80.75% // Head: 80.59% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## gallery_tests #61 +/- ##
=================================================
- Coverage 80.75% 80.59% -0.17%
=================================================
Files 10 10
Lines 2432 2437 +5
=================================================
Hits 1964 1964
- Misses 468 473 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
* first * Debug * Revert "Debug" This reverts commit 3d48d08. * Remove test code changing current dir from the tutorial * Update tox.ini * Update setup.py * Update setup.py * Update setup.py * Update setup.py * Update setup.py * Update test_gallery.py * Update test_gallery.py * Update test_gallery.py * test_gallery * test_gallery * test_gallery * test_gallery * Update setup.py * Update setup.py * Update setup.py * Update setup.py * Update requirements-doc.txt * Update CHANGELOG.md * Update setup.py * Update setup.py * Update setup.py * Update setup.py * Update setup.py * Update setup.py * Update setup.py * Update setup.py * Update plot_nwb_zarrio.py * Update plot_nwb_zarrio.py * Update plot_convert_nwb_hdf5.py * Update plot_zarr_io.py * Update plot_zarr_dataset_io.py * Update plot_nwb_zarrio.py * Update plot_zarr_dataset_io.py * Update plot_convert_nwb_hdf5.py * Use local copy of NWB file to avoid use of special characters in folder names (#61) * Fix #60 Use local copy of NWB file to avoid use of special characters in folder names * Remove DANDI as dependency for the docs * Remove extraneous close calls for io objects closed automatically by with contexts * Update test.py and test_gallery.py scripts to set consistent working directory for scripts * Updated changelog Co-authored-by: rly <[email protected]> Co-authored-by: Oliver Ruebel <[email protected]> Co-authored-by: Oliver Ruebel <[email protected]>
Fix #60