Skip to content

Commit

Permalink
Merge pull request microsoft#18 from microsoft/revert-17-fix-sqrt-import
Browse files Browse the repository at this point in the history
Revert "Fix sqrt import"
  • Loading branch information
hgamper authored Mar 14, 2024
2 parents bbc0ca6 + cdfe04f commit 39d620e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fadtk/fad.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import torch
import torchaudio
from scipy import linalg
from scipy.linalg import sqrtm as scisqrt
from scipy import sqrt as scisqrt
from pathlib import Path
from hypy_utils import write
from hypy_utils.tqdm_utils import tq, tmap
Expand Down

0 comments on commit 39d620e

Please sign in to comment.