def test_rotated_pole_mapping(self): with extest_util.show_replaced_by_check_graphic(self): rotated_pole_mapping.main()
def test_rotated_pole_mapping(self): with fail_any_deprecation_warnings(): with add_examples_to_path(): import rotated_pole_mapping with show_replaced_by_check_graphic(self): rotated_pole_mapping.main()
def test_rotated_pole_mapping(self): rotated_pole_mapping.main()