Skip to content

Commit

Permalink
Update getPriorNhPeriod function to default daysBefore to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
petya-vasileva committed Dec 11, 2024
1 parent a18e00f commit 150053d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def convertDate(dt):
return formatted_date


def getPriorNhPeriod(end, daysBefore=1, midPoint=True):
def getPriorNhPeriod(end, daysBefore=2, midPoint=True):
daysAfter = daysBefore
if not midPoint:
daysAfter = 0
Expand Down

0 comments on commit 150053d

Please sign in to comment.