dummy_scipy_objects.py 307 Bytes
Newer Older
1
2
# This file is autogenerated by the command `make fix-copies`, do not edit.
# flake8: noqa
3

4
5
6
from ..utils import DummyObject, requires_backends


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

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