Skip to content

Added skip decorator for missing h5py in Spectrogram tests

This PR fixes a test that fails when h5py is missing by adding a decorator to skip that test in that situation (since h5py is optional).

Merge request reports