Skip to content

Commit

Permalink
Merge pull request #358 from ceroth/calibration_features_path_arg_parse
Browse files Browse the repository at this point in the history
change calibration_features_path from str to List[str]
  • Loading branch information
davidegraff committed Feb 10, 2023
2 parents befa630 + f5ceeee commit 96977d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chemprop/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ class PredictArgs(CommonArgs):
"""Regression calibrators can output either a stdev or an inverval. """
calibration_path: str = None
"""Path to data file to be used for uncertainty calibration."""
calibration_features_path: str = None
calibration_features_path: List[str] = None
"""Path to features data to be used with the uncertainty calibration dataset."""
calibration_phase_features_path: str = None
""" """
Expand Down

0 comments on commit 96977d2

Please sign in to comment.