Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Dec 11, 2023
1 parent de2c1a0 commit 5564c26
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This folder contains test cases for the openEO processes.
- [x] array_find
- [x] array_interpolate_linear
- [x] array_labels
- [x] array_modify (experimental) - could use some more tests
- [x] array_modify* (experimental)
- [x] arsinh
- [x] artanh
- [x] between
Expand All @@ -43,15 +43,15 @@ This folder contains test cases for the openEO processes.
- [x] constant
- [x] cos
- [x] cosh
- [ ] count
- [x] cummax (experimental) - could use some more tests
- [x] cummin (experimental) - could use some more tests
- [x] cumproduct (experimental) - could use some more tests
- [x] cumsum (experimental) - could use some more tests
- [x] count*
- [x] cummax* (experimental)
- [x] cummin* (experimental)
- [x] cumproduct* (experimental)
- [x] cumsum* (experimental)
- [ ] create_data_cube
- [ ] date_between (experimental) - could use some more tests
- [ ] date_difference (experimental) - could use some more tests
- [ ] date_shift (experimental) - could use some more tests
- [x] date_between* (experimental)
- [x] date_difference* (experimental)
- [x] date_shift* (experimental)
- [ ] dimension_labels
- [x] divide
- [ ] drop_dimension
Expand Down Expand Up @@ -92,12 +92,12 @@ This folder contains test cases for the openEO processes.
- [x] normalized_difference
- [x] not
- [x] or
- [ ] order
- [x] order*
- [x] pi
- [x] power
- [x] product
- [x] quantiles
- [ ] rearrange
- [x] rearrange*
- [ ] reduce_dimension
- [ ] rename_dimension
- [ ] rename_labels
Expand All @@ -109,7 +109,7 @@ This folder contains test cases for the openEO processes.
- [x] sgn
- [x] sin
- [x] sinh
- [ ] sort
- [x] sort*
- [x] sqrt
- [x] subtract
- [x] sum
Expand All @@ -123,6 +123,8 @@ This folder contains test cases for the openEO processes.
- [x] variance
- [x] xor

\* = could use some more tests

**Important:** The differentiation of null and NaN is to be discussed and reflected in the tests.
See <https://github.com/Open-EO/openeo-processes/issues/480> for details.
Also, several processes would be affected by <https://github.com/Open-EO/openeo-processes/pull/476>.
Expand Down Expand Up @@ -290,7 +292,7 @@ There are a couple of data types that can't be represented in JSON5 and will be
"values": [
"B01",
"B02",
"Bo3"
"B03"
]
}
// ...
Expand Down

0 comments on commit 5564c26

Please sign in to comment.