Skip to content

Commit 5276bb1

Browse files
eigenfootwiecki
authored andcommitted
REV revert "BLD build input checker"
This reverts commit ab6f052.
1 parent d32a962 commit 5276bb1

File tree

2 files changed

+2
-120
lines changed

2 files changed

+2
-120
lines changed

pyfolio/check_inputs.py

Lines changed: 0 additions & 118 deletions
This file was deleted.

pyfolio/tears.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def create_full_tear_sheet(returns,
9898
positions : pd.DataFrame, optional
9999
Daily net position values.
100100
- Time series of dollar amount invested in each position and cash.
101-
- Days where stocks are not held must be represented by 0.
101+
- Days where stocks are not held can be represented by 0 or NaN.
102102
- Non-working capital is labelled 'cash'
103103
- Example:
104104
index 'AAPL' 'MSFT' cash
@@ -109,7 +109,7 @@ def create_full_tear_sheet(returns,
109109
Executed trade volumes and fill prices.
110110
- One row per trade.
111111
- Trades on different names that occur at the
112-
same time will have identical indices.
112+
same time will have identical indicies.
113113
- Example:
114114
index amount price symbol
115115
2004-01-09 12:18:01 483 324.12 'AAPL'

0 commit comments

Comments
 (0)