preheat_open.control_unit.validate_schedule

preheat_open.control_unit.validate_schedule(schedule_df)

Method to validate a schedule (basically checking that there is no NaN or Inf data, and that the schedule is not empty)

Parameters:

schedule_df (DataFrame) – schedule to validate

Raise:

InvalidScheduleError if the schedule is invalid

Return type:

None

Returns:

/