bachlab / PsPM

A matlab suite for Psycho-Physiological Modelling
GNU General Public License v3.0
43 stars 11 forks source link

fix options handling in pspm_extract_segments #710

Closed dominikbach closed 5 months ago

dominikbach commented 6 months ago

Fixes a bug in pspm_extract_segments by which a missing options input led to a warning. Options are never mandatory, so this behaviour is changed now.

teddychao commented 5 months ago

Tested and found the output as expected. Thank you.