Correct "out_indices" and "out_features" fields in config
#1
by
FoamoftheSea - opened
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