def test_atlantic_profiles(self):
     with extest_util.show_replaced_by_check_graphic(self, tol=0.0014):
         atlantic_profiles.main()
 def test_atlantic_profiles(self):
     with fail_any_deprecation_warnings():
         with add_examples_to_path():
             import atlantic_profiles
         with show_replaced_by_check_graphic(self):
             atlantic_profiles.main()
 def test_atlantic_profiles(self):
     with extest_util.show_replaced_by_check_graphic(self, tol=0.0014):
         atlantic_profiles.main()
 def test_atlantic_profiles(self):
     with fail_any_deprecation_warnings():
         with add_examples_to_path():
             import atlantic_profiles
         with show_replaced_by_check_graphic(self):
             atlantic_profiles.main()