We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ee80d commit 2b113f0Copy full SHA for 2b113f0
pyproject.toml
@@ -73,5 +73,6 @@ markers = [
73
74
[tool.coverage.run]
75
omit = [
76
- "segmentation_models_pytorch/utils/*"
+ "segmentation_models_pytorch/utils/*",
77
+ "**/convert_*",
78
]
0 commit comments