mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
@@ -304,7 +304,7 @@ class RESUnifiedScheduler(SchedulerMixin, ConfigMixin):
|
||||
return SchedulerOutput(prev_sample=x_next)
|
||||
|
||||
# GET COEFFICIENTS
|
||||
b, _h_val = self._get_coefficients(sigma, sigma_next)
|
||||
b, h_val = self._get_coefficients(sigma, sigma_next)
|
||||
|
||||
if len(b) == 1:
|
||||
res = b[0] * x0
|
||||
|
||||
Reference in New Issue
Block a user