Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scispark 164 - clean up MCCOps #170

Merged
merged 3 commits into from Sep 21, 2016
Merged

Scispark 164 - clean up MCCOps #170

merged 3 commits into from Sep 21, 2016

Conversation

kwhitehall
Copy link
Member

@kwhitehall kwhitehall commented Sep 20, 2016

  • Move reduceResolution and reduceRectangleResolution implementations to AbstractTensor
  • Remove findCloudComponents and findConnectedComponents in MCCOps
  • Remove computeBasicStats
  • remove findCloudElements, checkCriteria and checkComponents Overlap
  • Move LabelConnectedComponents to tensor class and rename to LabelComponents

Note that the file MCCOpsTest.scala currently has no tests as the unittests for the methods reduceResolution, reduceRectangleResolution, and LabelConnectedComponents are now in BasicTensorTests.scala. The file has not been deleted from this PR as in issue #165 when the functions are ported, their tests will be to this file. Additionally issue #156 will ensure all unittests are provisioned for MCCOps.

…ts, findCloudElements, checkCriteria and checkComponents Overlap
…tats, remove findCloudElements, checkCriteria and checkComponents Overlap from MCCOps

- Moved reduceResolution, reduceRectangleResolution, and LabelConnectedComponents implementations to AbstractTensor
- Renamed LabelConnectedComponents to LabelComponents
@coveralls
Copy link

Coverage Status

Coverage increased (+1.4%) to 38.974% when pulling 7eba85a on scispark-164 into eaad943 on master.

@rahulpalamuttam
Copy link
Member

Awesome PR @kwhitehall!
LGTM.
+1 for merge.

@kwhitehall
Copy link
Member Author

Thanks for the review @rahulpalamuttam!

@kwhitehall kwhitehall merged commit 866ecf0 into master Sep 21, 2016
@kwhitehall kwhitehall deleted the scispark-164 branch September 21, 2016 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants