psychoinformatics-de / remodnav

Robust Eye Movement Detection for Natural Viewing
Other
59 stars 16 forks source link

Replace deprecated getargspec from inspect module with getfullargspec #48

Closed adswa closed 1 year ago

adswa commented 1 year ago

inspect.getargspec has been deprecated already in Python 3.0, but was still around until being removed in version 3.11. This change replaces getargspec with the drop-in-replacement getfullargspec