Remove deprecated @jit function decorators

basic
Dan Howe 5 years ago
parent c8fb90d30f
commit 64d6ca3015

@ -441,7 +441,7 @@ def disufq(rA, iA, w, kw, h, g, nmin, nmax, m, n):
return rvec, ivec return rvec, ivec
@jit(int32[:](float64[:], float64[:], float64[:, :])) # @jit(int32[:](float64[:], float64[:], float64[:, :]))
def _findrfc3_astm(array_ext, a, array_out): def _findrfc3_astm(array_ext, a, array_out):
""" """
Rain flow without time analysis Rain flow without time analysis
@ -489,7 +489,7 @@ def _findrfc3_astm(array_ext, a, array_out):
return c_nr1, c_nr2 return c_nr1, c_nr2
@jit(int32[:](float64[:], float64[:], float64[:], float64[:], float64[:, :])) # @jit(int32[:](float64[:], float64[:], float64[:], float64[:], float64[:, :]))
def _findrfc5_astm(array_ext, array_t, a, t, array_out): def _findrfc5_astm(array_ext, array_t, a, t, array_out):
""" """
Rain flow with time analysis Rain flow with time analysis

Loading…
Cancel
Save