Example #1
0
 def test_hovmoller(self):
     with fail_any_deprecation_warnings():
         with add_examples_to_path():
             import hovmoller
         with show_replaced_by_check_graphic(self):
             hovmoller.main()
Example #2
0
 def test_hovmoller(self):
     hovmoller.main() 
Example #3
0
 def test_hovmoller(self):
     with extest_util.show_replaced_by_check_graphic(self):
         hovmoller.main()
Example #4
0
 def test_hovmoller(self):
     with extest_util.show_replaced_by_check_graphic(self):
         hovmoller.main()
Example #5
0
 def test_hovmoller(self):
     with fail_any_deprecation_warnings():
         with add_examples_to_path():
             import hovmoller
         with show_replaced_by_check_graphic(self):
             hovmoller.main()