mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-06 05:14:38 +08:00
02a91ec4ab
Since the first trading day is now passed directly to the DataPortal on init, there's no need for a method that does this. Moves all the additional logic/assignments into the init. Also corrects an issue where we would never create certain attributes if self._first_trading_day was None. Adds the ability to specify the first trading day for a data portal in a test case when using the WithDataPortal fixture.