You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The link between DateOffset and Period is a footgun. In this case, the Period machinery sees this CustomBusinessDay and doesn't distinguish between it and BusinessDay (of which CBDay is a subclass).
Probably should raise on CustomBusinessDay.
The text was updated successfully, but these errors were encountered:
The link between DateOffset and Period is a footgun. In this case, the Period machinery sees this CustomBusinessDay and doesn't distinguish between it and BusinessDay (of which CBDay is a subclass).
Probably should raise on CustomBusinessDay.
The text was updated successfully, but these errors were encountered: