Skip to content

Commit

Permalink
bug #107; Style bug
Browse files Browse the repository at this point in the history
  • Loading branch information
capelastegui committed Feb 12, 2019
1 parent 8b728bf commit 22a1af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anticipy/model_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def detect_freq(a_date):
else:
return 'Y'
elif min_date_delta >= pd.Timedelta(23, unit='h'):
# and min_date_delta <= pd.Timedelta(1, unit='d')\
# and min_date_delta <= pd.Timedelta(1, unit='d')\
return 'D'
else:
return None
Expand Down

0 comments on commit 22a1af7

Please sign in to comment.