Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieltseng committed Oct 18, 2023
1 parent 55c29af commit 49ae427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cropharvest/test_full_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ def test_full_integration():
print("Zenodo could not be reached - skipping")
return None

assert len(evaluation_datasets) == 3, "There should be 3 evaluation datasets"
assert len(evaluation_datasets) == 4, "There should be 4 evaluation datasets"

togo_dataset = evaluation_datasets[-1]
togo_dataset = evaluation_datasets[-2]
X, y = togo_dataset.as_array(flatten_x=True)
assert X.shape[0] == 1290
assert y.shape[0] == 1290
Expand Down

0 comments on commit 49ae427

Please sign in to comment.