Skip to content

Add early exit in cat_monomodal_sits when list has only one element

MICHEL Julien requested to merge optimize_cat_monomodal_sits into master

This early exit avoid to go through the call to pack later on, and leads to a large improvement of performances when there is only one element in the list.

Merge request reports

Loading