Completed
Push — main ( c48b78...e47c56 )
by
unknown
30s queued 13s
created

deepreg.constant   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 4
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 2
dl 0
loc 4
rs 10
c 0
b 0
f 0
1
"""Module defining global constants."""
2
3
EPS = 1.0e-5
4