Skip to content

Commit 0a12fc7

Browse files
committed
Minor change.
1 parent b5e83a9 commit 0a12fc7

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

lib/iris/fileformats/_nc_load_rules/actions.py

-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
textual note that this rule 'failed', aka "did not trigger", which would not be
3434
recorded in the original implementation.
3535
36-
The top-level 'run_actions' ensures that the individual rules actions are
37-
called, with various arguments, as appropriate to ensure the whole cube is
38-
built as it was by the original rules implementation.
39-
4036
TODO: remove the use of intermediate "facts" to carry information between
4137
actions. This mimics older behaviour, so is still useful while we are still
4238
comparing behaviour with the old Pyke rules (debugging). But once that is no

lib/iris/tests/unit/fileformats/nc_load_rules/helpers/test_has_supported_mercator_parameters.py

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
import iris.tests as tests # isort:skip
2222

2323

24-
25-
2624
def _engine(cf_grid_var, cf_name):
2725
cf_group = {cf_name: cf_grid_var}
2826
cf_var = mock.Mock(cf_group=cf_group)

lib/iris/tests/unit/fileformats/nc_load_rules/helpers/test_has_supported_stereographic_parameters.py

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
import iris.tests as tests # isort:skip
2222

2323

24-
25-
2624
def _engine(cf_grid_var, cf_name):
2725
cf_group = {cf_name: cf_grid_var}
2826
cf_var = mock.Mock(cf_group=cf_group)

0 commit comments

Comments
 (0)