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
-bat identity -bkey max
Not going to PR because I haven't looked into how all the code interacts, but
cblaster search -m local -db... -bat identity -bkey max
fails, and it seems to be caused when there's no hits.
python3.9/site-packages/cblaster/formatters.py", line 64, in get_cell_values result[index] = key(values) ValueError: max() arg is an empty sequence
Relevant code:
cblaster/cblaster/formatters.py
Lines 58 to 64 in 8b6d97e
The text was updated successfully, but these errors were encountered:
Fixed with #77
Sorry, something went wrong.
No branches or pull requests
Not going to PR because I haven't looked into how all the code interacts, but
cblaster search -m local -db... -bat identity -bkey max
fails, and it seems to be caused when there's no hits.
Relevant code:
cblaster/cblaster/formatters.py
Lines 58 to 64 in 8b6d97e
The text was updated successfully, but these errors were encountered: