File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -89,15 +89,6 @@ def test_standard_rof_to_ocn_mapping():
8989 assert cvars ["ROF_OCN_MAPPING_RMAX" ].value is None , "ROF_OCN_MAPPING_RMAX should be None"
9090 assert cvars ["ROF_OCN_MAPPING_FOLD" ].value is None , "ROF_OCN_MAPPING_FOLD should be None"
9191
92- # *Click* the Generate New Map button
93- runoffMappingGenerator = Stage .active ()._widget ._supplementary_widgets [0 ]
94- runoffMappingGenerator ._btn_generate_new .click ()
95-
96- # After clicking the button, the smoothing parameters should be set to suggested values
97- assert cvars ["ROF_OCN_MAPPING_RMAX" ].value is not None , "ROF_OCN_MAPPING_RMAX should have been set to a suggested value"
98- assert cvars ["ROF_OCN_MAPPING_FOLD" ].value is not None , "ROF_OCN_MAPPING_FOLD should have been set to a suggested value"
99-
100- # Change mind and use the standard map instead
10192 # *Click* "Use Standard Map" button
10293 runoffMappingGenerator = Stage .active ()._widget ._supplementary_widgets [0 ]
10394 runoffMappingGenerator ._btn_use_standard .click ()
You can’t perform that action at this time.
0 commit comments