8000 Update main.py · santoshlite/EigenLedger@b948524 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshlite authored Aug 13, 2023
1 parent 3207c0d commit b948524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/empyrial/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def graph_allocation(my_portfolio):
plt.show()


def empyrial(my_portfolio, rf=0.0, sigma_value=1, confidence_value=0.95, report=True, filename="empyrial_report.pdf"):
def empyrial(my_portfolio, rf=0.0, sigma_value=1, confidence_value=0.95, report=False, filename="empyrial_report.pdf"):
if my_portfolio.rebalance != None:
# we want to get the dataframe with the dates and weights
rebalance_schedule = my_portfolio.rebalance
Expand Down

0 comments on commit b948524

Please sign in to comment.
0