From 805399aae966835147584b4a22790277b515860c Mon Sep 17 00:00:00 2001 From: AdamTheisen Date: Wed, 31 Jan 2024 14:18:03 -0600 Subject: [PATCH] ENH: Bug fix for when cropscape shifts pixel between soybean and winter wheat --- tests/discovery/test_cropscape.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/discovery/test_cropscape.py b/tests/discovery/test_cropscape.py index 3d594cc35d..500a1ac822 100644 --- a/tests/discovery/test_cropscape.py +++ b/tests/discovery/test_cropscape.py @@ -17,4 +17,4 @@ def test_croptype(): assert crop == 'Dbl Crop WinWht/Sorghum' if crop2 is not None: # assert crop2 == 'Sorghum' - assert crop2 == 'Soybeans' + assert crop2 in ['Soybeans', 'Winter Wheat']