mutis.flares   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 6
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 3
dl 0
loc 6
rs 10
c 0
b 0
f 0
1
# Licensed under a 3-clause BSD style license - see LICENSE
2
""" Flare analysis """
3
4
from .bayblocks import BayesianBlocks
5
from .flare import Flare
0 ignored issues
show
Coding Style introduced by
Final newline missing
Loading history...