Skip to content

Commit

Permalink
Updated expected test results.
Browse files Browse the repository at this point in the history
  • Loading branch information
batic committed Mar 6, 2021
1 parent f4afb41 commit 6bb55bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
1 change: 0 additions & 1 deletion docs/source/eolearn.io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ Submodules:

eolearn.io.geopedia
eolearn.io.local_io
eolearn.io.sentinelhub_service
eolearn.io.processing_api
7 changes: 0 additions & 7 deletions docs/source/eolearn.io.sentinelhub_service.rst

This file was deleted.

6 changes: 3 additions & 3 deletions io/eolearn/tests/test_processing_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def setUpClass(cls):
time_interval=time_interval,
data_size=2,
timestamp_length=5,
stats=[0.0165, 0.0024, 0.0087]
stats=[0.016, 0.0022, 0.0087]
),
IoTestCase(
name='Sentinel-1 IW ASCENDING',
Expand All @@ -400,7 +400,7 @@ def setUpClass(cls):
time_interval=time_interval,
data_size=2,
timestamp_length=1,
stats=[0.0428, 0.0199, 0.022]
stats=[0.0406, 0.0206, 0.0216]
),
IoTestCase(
name='Sentinel-1 EW DESCENDING',
Expand All @@ -415,7 +415,7 @@ def setUpClass(cls):
time_interval=time_interval,
data_size=2,
timestamp_length=1,
stats=[np.nan, 0.1919, 0.4114]
stats=[np.nan, 0.1944, 0.3799]
),
IoTestCase(
name='Sentinel-3 OLCI',
Expand Down

0 comments on commit 6bb55bd

Please sign in to comment.