RudyMorel / scattering_spectra

Scattering Spectra used for the analysis and generation of time-series
MIT License
25 stars 8 forks source link

Changed to integers that fit on 32 bit #7

Closed AiglonDore closed 8 months ago

AiglonDore commented 8 months ago

On Windows, it seems that something is bound to np.int32 so I changed the bounds to fit on 32 bits for the file name.

RudyMorel commented 8 months ago

Thanks for reporting this issue on Windows. Since the collisons on synthesis file names are handled in the code, I'm ok with reducing the file names to using np.int32.