Use a unified DATE constant for convenience
This commit is contained in:
parent
f0eb9d3b6f
commit
41f75f507d
6 changed files with 21 additions and 55 deletions
|
|
@ -17,9 +17,7 @@ def horizontal_datetime_index():
|
|||
The times resemble a horizontal time series with a `frequency` of `7`.
|
||||
All observations take place at `NOON`.
|
||||
"""
|
||||
first_start_at = dt.datetime(
|
||||
test_config.YEAR, test_config.MONTH, test_config.DAY, test_config.NOON, 0,
|
||||
)
|
||||
first_start_at = dt.datetime(*test_config.DATE, test_config.NOON, 0)
|
||||
|
||||
gen = (
|
||||
start_at
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue