Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
usage string and API fixes (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwight authored and Ladsgroup committed Aug 2, 2018
1 parent 0a64926 commit 5fbc3f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions revscoring/utilities/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<label> The name of the field to be predicted
--observations=<path> Path to a file containing observations
containing a 'cache' [default: <stdin>]
--model-file=<math> Path to write a model file to
--model-file=<path> Path to write a model file to
--debug Print debug logging.
"""
import logging
Expand Down Expand Up @@ -64,7 +64,7 @@ def main(argv=None):
def run(scoring_model, value_labels, model_file):

scoring_model = test_model(scoring_model, value_labels)
sys.stderr.write(scoring_model.format())
sys.stderr.write(scoring_model.info.format())
sys.stderr.write("\n\n")

if model_file is not None:
Expand Down

0 comments on commit 5fbc3f1

Please sign in to comment.