EducationalTestingService / EducationalTestingService/rsmtool
QWK generates runtime warning
Open
- Dominant language
- Python
- Stars
- 71
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
There are edge cases where QWK function generates runtime warning:
```/opt/python/rsmtool/lib/python3.6/site-packages/rsmtool/utils/metrics.py:471: RuntimeWarning: invalid value encountered in double_scalars
kappa = numerator / denominator
/opt/python/rsmtool/lib/python3.6/site-packages/rsmtool/utils/metrics.py:471: RuntimeWarning: invalid value encountered in double_scalars
kappa = numerator / denominator
```
Might be related to https://github.com/EducationalTestingService/rsmtool/issues/365
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.