uqmodels/data_generation/Gen_multivariate_normal_data.py
1
F401:
'uqmodels.processing.write' imported but unused
8
from
uqmodels.processing
import
write
4
E203:
whitespace before ':'
123
impact_ctx_mean
[
i
:
(
i
+
size
),
:]
+=
effect
209
impact_anom
[
i
:
(
i
+
len_motif
),
:]
+=
(
motif
[
ttype
[
n
]
-
1
])
.
T
230
impact_anom
[
i
:
(
i
+
len_motif
),
:]
+=
(
motif
[
type_
-
1
])
.
T
571
return
np
.
concatenate
([
ret
[:
n
-
1
]
/
(
np
.
arange
(
n
-
1
)
+
1
),
ret
[
n
-
1
:]
/
n
])