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
minor bug fix (.iloc[i] instead of .loc[i]) and optimization on portfolio (fmilthaler#32)
Using .iloc[i] instead of .loc[i], and calling pf._update only once,
after portfolio was generated. This closesfmilthaler#31
Co-authored-by: Donin <[email protected]>
0 commit comments