DrMarc / slab

python classes for working with sounds and conducting psychoacoustic experiments
MIT License
22 stars 7 forks source link

Docs out of sync - `data_path()` #44

Closed sneakers-the-rat closed 3 years ago

sneakers-the-rat commented 3 years ago

The hrtf docs (https://github.com/DrMarc/slab/blob/5a798d5f51eeb7c1f5ac8bbab5c336a5d62d5415/docs/hrtf.rst) currently read:

hrtf = slab.HRTF(data=slab.data_path()+'mit_kemar_normal_pinna.sofa')

but it looks like data_path() was removed and I get:

AttributeError: module 'slab' has no attribute 'data_path'
sneakers-the-rat commented 3 years ago

re: https://github.com/DrMarc/slab/issues/29