コード例 #1
0
 def test_orca_projection(self):
     with extest_util.show_replaced_by_check_graphic(self):
         orca_projection.main()
コード例 #2
0
 def test_soi_filtering(self):
     with extest_util.show_replaced_by_check_graphic(self):
         SOI_filtering.main()
コード例 #3
0
 def test_hovmoller(self):
     with extest_util.show_replaced_by_check_graphic(self):
         hovmoller.main()
コード例 #4
0
 def test_deriving_phenomena(self):
     with extest_util.show_replaced_by_check_graphic(self):
         deriving_phenomena.main()
コード例 #5
0
 def test_deriving_phenomena(self):
     with extest_util.show_replaced_by_check_graphic(self):
         deriving_phenomena.main()
コード例 #6
0
 def test_custom_file_loading(self):
     with extest_util.show_replaced_by_check_graphic(self):
         custom_file_loading.main()
コード例 #7
0
 def test_lineplot_with_legend(self):
     with extest_util.show_replaced_by_check_graphic(self):
         lineplot_with_legend.main()
コード例 #8
0
 def test_lagged_ensemble(self):
     with extest_util.show_replaced_by_check_graphic(self):
         lagged_ensemble.main()
コード例 #9
0
 def test_projections_and_annotations(self):
     with extest_util.show_replaced_by_check_graphic(self):
         projections_and_annotations.main()
コード例 #10
0
 def test_projections_and_annotations(self):
     with extest_util.show_replaced_by_check_graphic(self):
         projections_and_annotations.main()
コード例 #11
0
 def test_custom_file_loading(self):
     with extest_util.show_replaced_by_check_graphic(self):
         custom_file_loading.main()
コード例 #12
0
 def test_rotated_pole_mapping(self):
     with extest_util.show_replaced_by_check_graphic(self):
         rotated_pole_mapping.main()
コード例 #13
0
ファイル: test_orca_projection.py プロジェクト: scollis/iris
 def test_orca_projection(self):
     with extest_util.show_replaced_by_check_graphic(self):
         orca_projection.main()
コード例 #14
0
ファイル: test_COP_maps.py プロジェクト: asascience-open/iris
 def test_cop_maps(self):
     with extest_util.show_replaced_by_check_graphic(self):
         COP_maps.main()
コード例 #15
0
 def test_polar_stereo(self):
     with extest_util.show_replaced_by_check_graphic(self):
         polar_stereo.main()
コード例 #16
0
 def test_lineplot_with_legend(self):
     with extest_util.show_replaced_by_check_graphic(self):
         lineplot_with_legend.main()
コード例 #17
0
 def test_anomaly_log_colouring(self):
     with extest_util.show_replaced_by_check_graphic(self):
         anomaly_log_colouring.main()
コード例 #18
0
 def test_custom_aggregation(self):
     with extest_util.show_replaced_by_check_graphic(self):
         custom_aggregation.main()
コード例 #19
0
 def test_rotated_pole_mapping(self):
     with extest_util.show_replaced_by_check_graphic(self):
         rotated_pole_mapping.main()
コード例 #20
0
 def test_soi_filtering(self):
     with extest_util.show_replaced_by_check_graphic(self, tol=0.0012):
         SOI_filtering.main()
コード例 #21
0
ファイル: test_TEC.py プロジェクト: asascience-open/iris
 def test_TEC(self):
     with extest_util.show_replaced_by_check_graphic(self):
         TEC.main()
コード例 #22
0
 def test_cross_section(self):
     with extest_util.show_replaced_by_check_graphic(self):
         cross_section.main()
コード例 #23
0
ファイル: test_COP_1d_plot.py プロジェクト: payton1004/iris
 def test_COP_1d_plot(self):
     with extest_util.show_replaced_by_check_graphic(self):
         COP_1d_plot.main()
コード例 #24
0
ファイル: test_COP_1d_plot.py プロジェクト: RachelNorth/iris
 def test_COP_1d_plot(self):
     with extest_util.show_replaced_by_check_graphic(self):
         COP_1d_plot.main()
コード例 #25
0
 def test_global_map(self):
     with extest_util.show_replaced_by_check_graphic(self):
         global_map.main()
コード例 #26
0
 def test_lagged_ensemble(self):
     with extest_util.show_replaced_by_check_graphic(self):
         lagged_ensemble.main()
コード例 #27
0
 def test_anomaly_log_colouring(self):
     with extest_util.show_replaced_by_check_graphic(self):
         anomaly_log_colouring.main()
コード例 #28
0
 def test_cop_maps(self):
     with extest_util.show_replaced_by_check_graphic(self):
         COP_maps.main()
コード例 #29
0
 def test_polar_stereo(self):
     with extest_util.show_replaced_by_check_graphic(self):
         polar_stereo.main()
コード例 #30
0
 def test_custom_aggregation(self):
     with extest_util.show_replaced_by_check_graphic(self):
         custom_aggregation.main()
コード例 #31
0
 def test_TEC(self):
     with extest_util.show_replaced_by_check_graphic(self):
         TEC.main()
コード例 #32
0
 def test_atlantic_profiles(self):
     with extest_util.show_replaced_by_check_graphic(self, tol=0.0014):
         atlantic_profiles.main()
コード例 #33
0
 def test_cross_section(self):
     with extest_util.show_replaced_by_check_graphic(self):
         cross_section.main()
コード例 #34
0
 def test_atlantic_profiles(self):
     with extest_util.show_replaced_by_check_graphic(self, tol=0.0014):
         atlantic_profiles.main()
コード例 #35
0
ファイル: test_hovmoller.py プロジェクト: payton1004/iris
 def test_hovmoller(self):
     with extest_util.show_replaced_by_check_graphic(self):
         hovmoller.main()