Skip to content

Commit 0579339

Browse files
committed
Allow non-zero ramp times on the first step; start from min temperature
1 parent a7f8d04 commit 0579339

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/Scheduler.js

-4
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,6 @@ Scheduler.prototype.validateSchedule = function(schedule) {
191191
}
192192
});
193193

194-
if (schedule[0].rampMinutes > 0) {
195-
throw new Error('First step cannot have non-zero ramp time');
196-
}
197-
198194
return schedule;
199195
};
200196

0 commit comments

Comments
 (0)