Skip to content

Commit

Permalink
Merge 2435746 into 486cd0e
Browse files Browse the repository at this point in the history
  • Loading branch information
desilinguist committed Sep 30, 2020
2 parents 486cd0e + 2435746 commit 0812399
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.rst
Expand Up @@ -5,6 +5,10 @@ Rater Scoring Modeling Tool
:target: https://travis-ci.org/EducationalTestingService/rsmtool
:alt: Build status

.. image:: https://dev.azure.com/EducationalTestingService/RSMTool/_apis/build/status/EducationalTestingService.rsmtool
:target: https://dev.azure.com/EducationalTestingService/RSMTool/_build?view=runs
:alt: Build status

.. image:: https://img.shields.io/coveralls/EducationalTestingService/rsmtool/master.svg
:target: https://coveralls.io/r/EducationalTestingService/rsmtool
:alt: Coverage status
Expand Down
4 changes: 2 additions & 2 deletions rsmtool/configuration_parser.py
Expand Up @@ -596,8 +596,8 @@ def get_rater_error_variance(self):
"""
Get specified rater error variance, if any, and make sure it's numeric.
Returns:
--------
Returns
-------
rater_error_variance : float
specified rater error variance
"""
Expand Down
2 changes: 1 addition & 1 deletion rsmtool/version.py
Expand Up @@ -3,5 +3,5 @@
in one place. Based on the suggestion `here. <http://bit.ly/16LbuJF>`_
"""

__version__ = '8.0.1'
__version__ = '8.0.2'
VERSION = tuple(int(x) for x in __version__.split('.'))

0 comments on commit 0812399

Please sign in to comment.