-
Notifications
You must be signed in to change notification settings - Fork 1
/
.coveragerc
78 lines (65 loc) · 1.86 KB
/
.coveragerc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# .coveragerc to control coverage.py
[run]
include =
termfactory/code_dt_equations.py
termfactory/code_full_cc.py
termfactory/code_eT_zhz.py
termfactory/code_residual_equations.py
termfactory/code_w_equations.py
termfactory/helper_funcs.py
termfactory/latex_eT_zhz.py
termfactory/latex_full_cc.py
termfactory/latex_w_equations.py
termfactory/latex_zhz.py
[report]
# Regexes for lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
pragma: deprecated
# Code related to Vectorize b_loop
pragma: vectorize_b_loop
# Code related to hot bands or thermal, not implemented
pragma: hot_bands_or_thermal
# Code related ansatz restriction of only using t1 op
pragma: t1_truncation
# Don't complain if tests don't hit defensive assertion code:
raise NotImplementedError
# raise Exception("Should not get here")
# Don't complain if non-runnable code isn't run:
if 0:
if __name__ == .__main__.:
# Project specific debugging code to ignore
def _debug
log.debug
raise e
pass
continue
if not letters:
if debug_flag:
def old_print_wrapper
old_print_wrapper
new_t_list = t_list
if False:
# currently unused functions
# full cc latex
def _build_latex_h_string
def _build_latex_t_string
def _build_h_string
# latex zhz
def _generate_t_symmetric_left_hand_side
def _write_t_symmetric_latex_from_lists
def _generate_t_symmetric_latex_equations
def _generate_t_symmetric_left_hand_side
def _make_z_symmetric_latex
# code w
def _next_list
def _generate_t_lists
def _generate_t_terms_dictionary
def _permutation_function
def _write_permutations
# color based exceptions
if not color:
ignore_errors = True
[html]
# directory =