We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3f1b3 commit 181caadCopy full SHA for 181caad
openet/ssebop/tests/test_c_image.py
@@ -566,9 +566,11 @@ def test_Image_from_method_kwargs():
566
@pytest.mark.parametrize(
567
'tcold_src, image_id, xy, expected',
568
[
569
- # Old FANO Tcorr: 0.9785567103858176
570
- ['FANO', 'LANDSAT/LC08/C02/T1_L2/LC08_042035_20150713', SCENE_POINT, 303.4515201604769],
571
+ ['FANO', 'LANDSAT/LC08/C02/T1_L2/LC08_042035_20150713', SCENE_POINT, 302.9531086729748],
+ # Old approach without smoothing
572
+ # ['FANO', 'LANDSAT/LC08/C02/T1_L2/LC08_042035_20150713', SCENE_POINT, 303.4515201604769],
573
574
]
575
)
576
def test_Image_tcold_fano_source(tcold_src, image_id, xy, expected, tol=0.000001):
0 commit comments