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 d58d1fd commit 18ee80dCopy full SHA for 18ee80d
pyproject.toml
@@ -72,4 +72,6 @@ markers = [
72
]
73
74
[tool.coverage.run]
75
-omit = "segmentation_models_pytorch/utils/*"
+omit = [
76
+ "segmentation_models_pytorch/utils/*"
77
+]
0 commit comments