Skip to content

Commit

Permalink
ENH: Bug fix for when cropscape shifts pixel between soybean and wint…
Browse files Browse the repository at this point in the history
…er wheat (#796)
  • Loading branch information
AdamTheisen authored Jan 31, 2024
1 parent b0a5232 commit ea84cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/discovery/test_cropscape.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']

0 comments on commit ea84cdc

Please sign in to comment.