These constants are currently in availability.py:
|
DAY_SECONDS = 60 * 60 * 24 |
|
# Number of seconds in a day [s] |
|
|
|
DAYS_IN_YEAR = 365.25 |
|
# Number of days in a year |
|
|
|
YEAR_SECONDS = DAY_SECONDS * DAYS_IN_YEAR |
|
# Number of seconds in a year [s] |
They should be moved to constants.py
These constants are currently in availability.py:
PROCESS/process/models/availability.py
Lines 53 to 60 in feb7ef3
They should be moved to constants.py