Skip to content

Commit

Permalink
Update src/get_target_data.py
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Ray <[email protected]>
  • Loading branch information
bsweger and elray1 authored Jan 8, 2025
1 parent 50feb95 commit 929e737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/get_target_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ def test_target_data_integration(caplog, tmp_path):
assert "tree_as_of=2024-09-09" in caplog.text.lower()

# number of unique dates in the time series target should be the number of
# days between collection_min_date (tree_as_of = 90 days) and the
# days between collection_min_date (tree_as_of - 90 days) and the
# collection_max_date (nowcast_date + 10 days), inclusive
nowcast_datetime = datetime.fromisoformat(nowcast_date).replace(
hour=11, minute=59, second=59, tzinfo=timezone.utc
Expand Down

0 comments on commit 929e737

Please sign in to comment.