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

Fix path handling for non-conforming datasets #81

Merged
merged 11 commits into from
Dec 19, 2024
Prev Previous commit
Next Next commit
fix coding style
JKB committed Dec 12, 2024
commit 4bd33360a54e68e0304ef6c65121345aaa44b05d
2 changes: 1 addition & 1 deletion tests/test_load_ncd.py
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ def test_load_ncd(index: int, dir_path: str) -> None:
# create dir if necessary
try:
if dir_path:
os.makedirs(dir_path)
os.makedirs(dir_path)
except FileExistsError:
pass