dummy_scipy_objects.py 306 Bytes
Newer Older
1
2
3
4
5
# This file is autogenerated by the command `make fix-copies`, do not edit.
# flake8: noqa
from ..utils import DummyObject, requires_backends


6
class LMSDiscreteScheduler(metaclass=DummyObject):
7
8
9
10
    _backends = ["scipy"]

    def __init__(self, *args, **kwargs):
        requires_backends(self, ["scipy"])