From a9704533b1f83201ddff62edd4a59eb526a8517e Mon Sep 17 00:00:00 2001 From: kozistr Date: Mon, 1 Jul 2024 17:11:03 +0900 Subject: [PATCH] chore: exclude adam_mini --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index aacb8e780..0680c9fef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,6 +122,7 @@ testpaths = "tests" [tool.coverage.run] omit = [ "./pytorch_optimizer/optimizer/rotograd.py", + "./pytorch_optimizer/optimizer/adam_mini.py", ] [build-system]