We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2cce4 commit 6ef574aCopy full SHA for 6ef574a
dpnp/special/_erf.py
@@ -38,12 +38,14 @@
38
39
# pylint: disable=protected-access
40
41
+# pylint: disable=no-name-in-module
42
import dpnp.backend.extensions.ufunc._ufunc_impl as ufi
43
from dpnp.dpnp_algo.dpnp_elementwise_common import DPNPUnaryFunc
44
45
__all__ = ["erf"]
46
47
48
+# pylint: disable=too-few-public-methods
49
class DPNPErf(DPNPUnaryFunc):
50
"""Class that implements a family of erf functions."""
51
0 commit comments