Skip to content

Commit 211b8d4

Browse files
committed
print out output_df schedule
1 parent 1ac7290 commit 211b8d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/empyrial/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,8 @@ def make_rebalance(
887887
output_df["{}".format(TODAY)] = portfolio.weights
888888

889889
make_rebalance.output = output_df
890+
print("Rebalance schedule: ")
891+
print(output_df)
890892
return output_df
891893

892894

0 commit comments

Comments
 (0)