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

Fail if parameter file path is non-existent #593

Merged
merged 1 commit into from
Jun 23, 2020
Merged

Fail if parameter file path is non-existent #593

merged 1 commit into from
Jun 23, 2020

Conversation

JoostJM
Copy link
Collaborator

@JoostJM JoostJM commented Jun 23, 2020

When instantiating the feature extractor with a path pointing to a parameter file, it should fail if the path fails to resolve to an existing file. If that is the case, raise an IOError.
Additionally, allow the path to be provided as a pathlib.PurePath (or subclass thereof).

Fixes #587.

When instantiating the feature extractor with a path pointing to a parameter file, it should fail if the path fails to resolve to an existing file. If that is the case, raise an IOError.
Additionally, allow the path to be provided as a pathlib.PurePath (or subclass thereof).
@JoostJM JoostJM merged commit 263d5b6 into master Jun 23, 2020
@JoostJM JoostJM deleted the issue-587 branch October 11, 2020 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Silent failure when initializing extractor with an invalid path
1 participant