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 e9f15ad commit a91fae7Copy full SHA for a91fae7
pyproject.toml
@@ -78,7 +78,7 @@ exclude = ".git,__pycache__,docs/source/conftest.py,old,build,dist,test,tests"
78
source = ["cellseg_models_pytorch"]
79
80
[tool.coverage.report]
81
-omit = ["*/tests/*", "*/__init__.py", "*/datamodules/*"]
+omit = ["*/tests/*", "*/__init__.py", "*/datamodules/*", "*/wandb_callbacks.py"]
82
exclude_lines = [
83
"raise TypeError",
84
"raise ImportError",
0 commit comments