supress warning output cli
I am using the python bindings of openstudio and i am getting this output:
[openstudio.EpwFile] <0> Successive data points (1984-Feb-28 to 1992-Mar-01, ending on line 1425) are greater than 1 day apart in EPW file './code/energy/Berlin.epw'. Data will be treated as typical (TMY)
[openstudio.model.YearDescription] <1> 'UseWeatherFile' is selected in YearDescription, but there are no weather file set for the model.
[openstudio.model.YearDescription] <1> 'UseWeatherFile' is selected in YearDescription, but there are no weather file set for the model.
Is there any way to suppress this output? Thank You