https://github.com/zerothi/sisl
Revision 6dfc229587bed64d181e2e37cceb39ba5360366a authored by Nick Papior on 04 October 2017, 14:58:56 UTC, committed by Nick Papior on 04 October 2017, 14:58:56 UTC
Signed-off-by: Nick Papior <nickpapior@gmail.com>
1 parent 434ef34
Raw File
Tip revision: 6dfc229587bed64d181e2e37cceb39ba5360366a authored by Nick Papior on 04 October 2017, 14:58:56 UTC
bug: fixed all check for shape comparison
Tip revision: 6dfc229
.coveragerc
[run]
omit =
    benchmarks
    examples
    sisl/*/tests/*
    */__config__.py
    */setup.py

[report]
exclude_lines =
    # Don't complain about missing implementations
    raise NotImplementedError
back to top