Correct "out_indices" and "out_features" fields in config

#1

These fields were previously being incorrectly stored with the underscore prefix (e.g. "_out_indices"). This was an error, and they should be stored as "out_indices" and "out_features" without the prefix.

czczup changed pull request status to merged

Sign up or log in to comment