[run]
branch = True
source = abcpy

[report]
exclude_lines =
    if self.debug:
    pragma: no cover
    raise NotImplementedError
    if __name__ == .__main__.:
    if False:
    except ImportError:
    if not has_torch:
ignore_errors = True
omit =
    tests/*