Open
Description
Using the following code results in basename 'void'
import acoular as ac
ts = ac.TimeSamples(file='three_sources.h5')
mx = ac.SourceMixer(sources=[ts])
c = ac.Cache(source=mx)
c.basename
This is unexpected and caused by the current implementation of
acoular/acoular/tools/utils.py
Lines 33 to 57 in 891ad2f
which does not account for the attribute 'sources'