Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kiedanski committed Jul 11, 2019
1 parent e85fa98 commit 0f41678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymarket/bids/demand_curves.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def demand_curve_from_bids(bids: pd.DataFrame) -> Tuple[np.ndarray, np.ndarray]:
[6.3, 0.1],
[inf, 0. ]])
>>> index
array([0, 2, 3])
array([0, 2, 3])
"""
buying = bids[bids.buying == True]
Expand Down

0 comments on commit 0f41678

Please sign in to comment.