Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7ea5c1a

Browse filesBrowse files
committed
fixed pep8 Travis failure
1 parent 41bf6b5 commit 7ea5c1a
Copy full SHA for 7ea5c1a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/finance.py

Copy file name to clipboardExpand all lines: lib/matplotlib/finance.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ def _missing(sequence, miss=-1):
863863
same_length = len(opens) == len(highs) == len(lows) == len(closes)
864864
_missopens = _missing(opens)
865865
same_missing = ((_missopens == _missing(highs)).all() and
866-
(_missopens == _missing(lows)).all() and
866+
(_missopens == _missing(lows)).all() and
867867
(_missopens == _missing(closes)).all())
868868

869869
if not (same_length and same_missing):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.