Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Fix bugs and warnings #155

Merged
merged 1 commit into from
Dec 9, 2014
Merged

Fix bugs and warnings #155

merged 1 commit into from
Dec 9, 2014

Conversation

kdm9
Copy link
Member

@kdm9 kdm9 commented Dec 8, 2014

Fixes for a few bugs etc I've found while reviewing more code.

* timestream/manipulate/pot.py: rm unused import of cv2, fix variable
	naming/typo bug, fix 'not x in y' => 'x not in y'
self.rect = r

def reduceRect(self, leftby=5, tobby=5, rightby=5, bottom=5):
def reduceRect(self, leftby=5, topby=5, rightby=5, bottomby=5):
# Using property to trigger assignment, checks and cleanup
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note the typos

@Joelgranados
Copy link
Contributor

Looks good. go ahead with merge

kdm9 pushed a commit that referenced this pull request Dec 9, 2014
@kdm9 kdm9 merged commit 6ff9f5e into borevitzlab:next Dec 9, 2014
@kdm9 kdm9 deleted the fix/misc_warnings branch December 10, 2014 03:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants