Skip to content

Commit

Permalink
line length
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieltseng committed Apr 30, 2024
1 parent 9f01a28 commit 3e83968
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/cropharvest/eo/test_eo.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@
# def test_export_for_bbox(mock_export_for_polygon, metres_per_polygon, mock_polygon):
# start_date, end_date = date(2019, 4, 1), date(2020, 4, 1)
# EarthEngineExporter(check_gcp=False, check_ee=False).export_for_bbox(
# bbox=BBox(min_lon=-0.1501, max_lon=1.7779296875, min_lat=6.08940429687, max_lat=11.115625),
# bbox=BBox(
# min_lon=-0.1501, max_lon=1.7779296875, min_lat=6.08940429687, max_lat=11.115625
# ),
# bbox_name="Togo",
# start_date=start_date,
# end_date=end_date,
Expand Down

0 comments on commit 3e83968

Please sign in to comment.