Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-03-01 18:29:16 +01:00
parent ff4b5c33dc
commit 95a8c1125b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import math
import torch
from torch import Tensor
__all__ = [ # noqa: RUF022
__all__ = [
"weighted_sum",
"weighted_subtraction",
"tensor_sum",
+1 -1
View File
@@ -88,7 +88,7 @@ from .variants import (
GaussLegendre4SScheduler,
)
__all__ = [ # noqa: RUF022
__all__ = [
# Base
"RESUnifiedScheduler",
"RESMultistepScheduler",