Skip to content

Commit

Permalink
Fixing ignore columns
Browse files Browse the repository at this point in the history
  • Loading branch information
swansonk14 committed Jul 21, 2020
1 parent 98864b5 commit 81ecf38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions chemprop/sklearn_predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def predict_sklearn(args: SklearnPredictArgs) -> None:
path=args.test_path,
smiles_column=args.smiles_column,
target_columns=[],
ignore_columns=[],
store_row=True
)

Expand Down
1 change: 1 addition & 0 deletions chemprop/train/make_predictions.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def make_predictions(args: PredictArgs, smiles: List[str] = None) -> List[List[O
path=args.test_path,
args=args,
target_columns=[],
ignore_columns=[],
skip_invalid_smiles=False,
store_row=True
)
Expand Down

0 comments on commit 81ecf38

Please sign in to comment.