张建宁

Results 1 issues of 张建宁

## Problem Description ```python alphalens.tears.create_full_tear_sheet(factor_data) ``` ```python Cell In[20], line 1 ----> 1 alphalens.tears.create_full_tear_sheet(factor_data) File ~/opt/miniconda3/envs/vnpy/lib/python3.10/site-packages/alphalens/plotting.py:46, in customize..call_w_context(*args, **kwargs) 44 with plotting_context(), axes_style(), color_palette: 45 sns.despine(left=True) ---> 46 return func(*args,...