You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies for the huge delay. I just re-ran the tests and they are all passing on my macOS arm64 machine:
❯ python -m unittest test_equivalence
/Users/onieto/micromamba/envs/convspec/lib/python3.9/site-packages/librosa/util/files.py:12: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
from pkg_resources import resource_filename
/Users/onieto/micromamba/envs/convspec/lib/python3.9/site-packages/pkg_resources/__init__.py:2868: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google')`.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
declare_namespace(pkg)
Enabling ConvertibleSpectrogram debug hooks
.Enabling ConvertibleSpectrogram debug hooks
.
----------------------------------------------------------------------
Ran 2 tests in 0.703s
OK
Deleting ConvertibleSpectrogram debug hooks
Deleting ConvertibleSpectrogram debug hooks
To reproduce this, I basically created a micromamba environment called convspec as follows (conda should work too):
Hi, thanks for the repo, seems to be promising. We have run some tests with your test file and got:
This is just for the spectrograms --not currently testing mel_specs. We are testing
test_melpec_vs_torchaudio()
.Any ideas on the possible reasons?
UPDATE: similar outcome with
test_melpec_vs_librosa()
The text was updated successfully, but these errors were encountered: