Skip to content

Commit

Permalink
PR #37 remove now unused LEVEL declarations from workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Jan 24, 2024
1 parent 8ecedb9 commit 5c307eb
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 34 deletions.
2 changes: 0 additions & 2 deletions src/openeo_test_suite/tests/workflows/L1/test_apply.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

from openeo_test_suite.lib.workflows.io import load_netcdf_dataarray

LEVEL = "L1"


def test_apply(
skipper,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

from openeo_test_suite.lib.workflows.io import load_netcdf_dataarray

LEVEL = "L1"


def test_apply_dimension_quantiles_0(
skipper,
Expand Down
2 changes: 0 additions & 2 deletions src/openeo_test_suite/tests/workflows/L1/test_load_save.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
bounding_box_32632_10x10,
)

LEVEL = "L1"


def test_load_save_netcdf(
skipper,
Expand Down
2 changes: 0 additions & 2 deletions src/openeo_test_suite/tests/workflows/L1/test_reduce_bands.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from openeo_test_suite.lib.workflows.io import load_netcdf_dataarray

LEVEL = "L1"


def test_ndvi_index(
skipper,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

from openeo_test_suite.lib.workflows.io import load_netcdf_dataarray

LEVEL = "L1"


def test_boolean_mask(
skipper,
Expand Down
2 changes: 0 additions & 2 deletions src/openeo_test_suite/tests/workflows/L1/test_reduce_time.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from openeo_test_suite.lib.workflows.io import load_netcdf_dataarray

LEVEL = "L1"


def test_reduce_time(
skipper,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from openeo_test_suite.lib.workflows.io import load_netcdf_dataarray

LEVEL = "L2"


def test_ndvi_add_dim(
skipper,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from openeo_test_suite.lib.workflows.io import load_netcdf_dataarray
from openeo_test_suite.lib.workflows.parameters import temporal_interval_one_day

LEVEL = "L2"


def test_aggregate_temporal(
skipper,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

from openeo_test_suite.lib.workflows.io import load_netcdf_dataarray

LEVEL = "L2"


def test_apply_dimension_ndvi_2(
skipper,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from openeo_test_suite.lib.workflows.io import load_netcdf_dataarray

LEVEL = "L2"


def test_drop_dimension_time(
skipper,
Expand Down
2 changes: 0 additions & 2 deletions src/openeo_test_suite/tests/workflows/L2/test_filter_bbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
from openeo_test_suite.lib.workflows.io import load_netcdf_dataarray
from openeo_test_suite.lib.workflows.parameters import bounding_box_32632_10x10

LEVEL = "L2"


def test_filter_bbox(
skipper,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from openeo_test_suite.lib.workflows.io import load_netcdf_dataarray
from openeo_test_suite.lib.workflows.parameters import temporal_interval_one_day

LEVEL = "L2"


def test_filter_temporal(
skipper,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from openeo_test_suite.lib.workflows.io import load_netcdf_dataarray

LEVEL = "L2"


def test_rename_labels_bands(
skipper,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

from openeo_test_suite.lib.workflows.io import load_netcdf_dataarray

LEVEL = "L2A"


def test_apply_kernel(
skipper,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

from openeo_test_suite.lib.workflows.io import load_netcdf_dataarray

LEVEL = "L2A"


def test_filter_bands(
skipper,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from openeo_test_suite.lib.workflows.io import load_netcdf_dataarray

LEVEL = "L3"


def test_apply_dimension_order(
skipper,
Expand Down
2 changes: 0 additions & 2 deletions src/openeo_test_suite/tests/workflows/L3/test_merge_cubes.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from openeo_test_suite.lib.workflows.io import load_netcdf_dataarray

LEVEL = "L3"


def test_reduce_time_merge(
skipper,
Expand Down

0 comments on commit 5c307eb

Please sign in to comment.