Skip to content

Commit

Permalink
fix: import path
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyolicoris committed Sep 9, 2024
1 parent d826e14 commit 7113cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_grad.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest
import torch
from torch.autograd import gradcheck, gradgradcheck
from torch.autograd.gradcheck import gradcheck, gradgradcheck
from torchlpc.core import LPC


Expand Down

0 comments on commit 7113cf8

Please sign in to comment.