ranaroussi / quantstats

Portfolio analytics for quants, written in Python
Apache License 2.0
4.59k stars 809 forks source link

reports break #315

Open msh855 opened 8 months ago

msh855 commented 8 months ago

Hi,

qs.reports.full(ret_all['myPortfolio'], benchmark=ret_all[bench_name])

the error that I get is this:

pandas._config.config.OptionError: "No such keys(s): 'mode.use_inf_as_null'"

The basic report works, but the rest does not. I think the issue is with plotting functions.