[line 192](https://github.com/Jingkang50/OpenOOD/blob/18c6f5174a2f518e2a8e819ffb1cd1914bcf12e0/openood/postprocessors/mds_ensemble_postprocessor.py#L192) num_layer = len(feature_type_list), which only ranges from 1-3 according to config file [line 6](https://github.com/Jingkang50/OpenOOD/blob/18c6f5174a2f518e2a8e819ffb1cd1914bcf12e0/configs/postprocessors/mds_ensemble.yml#L6). Is it correct? 1. Should it be num_layer = the number of layers or features? 2. Or only first feature would be used for the evaluation?