Skip to content
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

Avoid use of special characters in tutorial file #60

Closed
oruebel opened this issue Jan 4, 2023 · 0 comments · Fixed by #61
Closed

Avoid use of special characters in tutorial file #60

oruebel opened this issue Jan 4, 2023 · 0 comments · Fixed by #61
Assignees
Labels
category: bug errors in the code or code behavior priority: high impacts proper operation or use of feature important to most users topic: docs Issues related to documentation

Comments

@oruebel
Copy link
Contributor

oruebel commented Jan 4, 2023

As discussed in #53, the use of special characters (here ":") can cause issues on Windows as folders containing special characters can not found by Zarr.

@oruebel oruebel added category: bug errors in the code or code behavior priority: high impacts proper operation or use of feature important to most users topic: docs Issues related to documentation labels Jan 4, 2023
@oruebel oruebel self-assigned this Jan 4, 2023
oruebel added a commit that referenced this issue Jan 4, 2023
oruebel added a commit that referenced this issue Jan 4, 2023
…er 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: bug errors in the code or code behavior priority: high impacts proper operation or use of feature important to most users topic: docs Issues related to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant