Example #1
0
 def test_HS_RelativeHumidityStyle_PL_01(self):
     img = self.plot(
         mpl_hsec_styles.HS_RelativeHumidityStyle_PL_01(driver=self.hsec),
         level=300)
     assert img is not None
     noframe = self.plot(
         mpl_hsec_styles.HS_RelativeHumidityStyle_PL_01(driver=self.hsec),
         level=300,
         noframe=True)
     assert noframe is not None
     assert noframe != img
 def test_HS_RelativeHumidityStyle_PL_01(self):
     img = self.plot(
         mpl_hsec_styles.HS_RelativeHumidityStyle_PL_01(driver=self.hsec),
         level=300)
     assert img is not None