We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have a test file that is a CSV exported from the BioLection, which is not supported by bletl.parse.
bletl.parse
As per user feedback, attempts to parse such files should give more informative error messages.
We already have a test that can be extended to match a more informative error message:
match
bletl/tests/test_core.py
Lines 83 to 86 in 5fc74b3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We have a test file that is a CSV exported from the BioLection, which is not supported by
bletl.parse
.As per user feedback, attempts to parse such files should give more informative error messages.
We already have a test that can be extended to
match
a more informative error message:bletl/tests/test_core.py
Lines 83 to 86 in 5fc74b3
The text was updated successfully, but these errors were encountered: