Skip to content

Commit

Permalink
Merge pull request #24 from tejtw/v2.0.0
Browse files Browse the repository at this point in the history
MAINT: version 2.0.0
  • Loading branch information
Han860207 authored Mar 13, 2024
2 parents 39661fd + 1f44f4b commit 6184a4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/zipline/algo/pipeline_algo.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,6 @@ def _before_trading_start(self, data):
tz_convert('utc'). # 2024-01-02 01:01:00+8
tz_localize(None) # 2024-01-02 01:01:00+0
)
print(self.get_datetime())
if self.rebalance_date_rule.should_trigger(dt):
self.rebalance(data)

Expand Down

0 comments on commit 6184a4c

Please sign in to comment.