reduce_tonal_noise transform is not logged on spectrogram instance
When applying the reduce_tonal_noise transform to a spectrogram, the transform_log records None instead of the expected parameter dictionary.
from ketos.audio.spectrogram import MagSpectrogram
spectrogram = MagSpectrogram.from_wav("ex1_ch1.wav", window=0.01, step=0.032)
spectrogram.reduce_tonal_noise()
spectrogram.transform_log
>>> [None]
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information