Skip to content
Snippets Groups Projects
Select Git revision
  • 20df5dac7ba1b1fddb0914361d943e415cbcb6e5
  • master default protected
  • ci39
  • ci39-python12
  • py39
  • issue#14
  • endianness
  • bugs_i686
  • bug_test_instfreqplot_arm64
  • bug_test_tfplot
  • gitlab-ci
  • debian
  • v1.0.17
  • v1.0.16
  • v1.0.15
  • v1.0.14
  • v1.0.13
  • v1.0.12
  • v1.0.9
  • v1.0.8
  • v1.0.7
  • v1.0.6
  • v1.0.0
23 results

HISTORY.rst

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    setup.cfg 320 B
    
    [tool:pytest]
    testpaths = multimodal
    addopts = --verbose
              --cov-report=term-missing
              --cov-report=html
              --cov=multimodal
              --doctest-modules
    
    [coverage:run]
    branch = True
    source = multimodal
    include = */multimodal/*
    omit = */tests/*
    
    [coverage:report]
    exclude_lines = pragma: no cover