Skip to content

Commit 675863b

Browse files
authored
Fix (#3976)
1 parent cb0ba54 commit 675863b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/unit/tts/test_snapshot.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@
1919

2020
from paddlespeech.t2s.training.extensions.snapshot import Snapshot
2121
from paddlespeech.t2s.training.trainer import Trainer
22-
from paddlespeech.t2s.training.updater import StandardUpdater
2322

23+
# from paddlespeech.t2s.training.updater import StandardUpdater
2424

25-
def test_snapshot():
25+
26+
def _test_snapshot():
2627
model = nn.Linear(3, 4)
2728
optimizer = Adam(parameters=model.parameters())
2829

0 commit comments

Comments
 (0)