Skip to content

Commit 8891787

Browse files
committed
build(test): enable fp16 tests
1 parent 93ab9b8 commit 8891787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ testpaths = "tests"
122122
[tool.coverage.run]
123123
omit = [
124124
"./pytorch_optimizer/optimizer/gsam.py",
125-
"./pytorch_optimizer/optimizer/fp16.py",
125+
# "./pytorch_optimizer/optimizer/fp16.py",
126126
"./pytorch_optimizer/optimizer/rotograd.py",
127127
]
128128

0 commit comments

Comments
 (0)