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
add type annotations throughout
The text was updated successfully, but these errors were encountered:
Yep, that would indeed be great! In #43 I have added two very simple types for Qrels and Run:
Qrels
Run
ir_measures/ir_measures/util.py
Line 31 in 2708821
Line 40 in 2708821
We could probably also include Iterable[NamedTuple] in the union so that it matches the documented behavior of QrelsConverter and RunConverter.
Iterable[NamedTuple]
QrelsConverter
RunConverter
Sorry, something went wrong.
No branches or pull requests
add type annotations throughout
The text was updated successfully, but these errors were encountered: