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
I have been using quanstats for a while but decided to switch over to the lumi fork.
With the same df that works for an HTML tearsheet in Quantstats however, I get an error in lumi. Maybe I am missing something, I would highly appreciate someone giving me a hint:
Debugging: First rows of equity_returns:
changeEquity%
04.06.2024 0.000000
05.06.2024 0.001630
06.06.2024 0.001174
...
On Fri, Jul 5, 2024 at 2:51 AM JF1805 ***@***.***> wrote:
Hi all,
I have been using quanstats for a while but decided to switch over to the
lumi fork.
With the same df that works for an HTML tearsheet in Quantstats however, I
get an error in lumi. Maybe I am missing something, I would highly
appreciate someone giving me a hint:
Debugging: First rows of equity_returns:
changeEquity%
04.06.2024 0.000000
05.06.2024 0.001630
06.06.2024 0.001174
...
qs.reports.html(returns=equity_returns,
rf=0.039,
title=merged_title,
output=output_html,
match_dates=True,
compounded=True)
Thank you so much!
—
Reply to this email directly, view it on GitHub
<#47>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIYQK7CAZGMIKZGOPMROUDZKY7APAVCNFSM6AAAAABKMT7HUKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM4TCOJWGA4DKNI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Hi all,
I have been using quanstats for a while but decided to switch over to the lumi fork.
With the same df that works for an HTML tearsheet in Quantstats however, I get an error in lumi. Maybe I am missing something, I would highly appreciate someone giving me a hint:
Debugging: First rows of equity_returns:
changeEquity%
04.06.2024 0.000000
05.06.2024 0.001630
06.06.2024 0.001174
...
qs.reports.html(returns=equity_returns,
rf=0.039,
title=merged_title,
output=output_html,
match_dates=True,
compounded=True)
The error reads: unsupported type: <class 'NoneType'>
Thank you so much!
The text was updated successfully, but these errors were encountered: