-
Notifications
You must be signed in to change notification settings - Fork 209
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
Edge Detect Horizontal Edges Got Fixed #1696
Conversation
Failing travis looks promising. |
One of the angle boundaries was weird. When the angle goes to pi it changes to -pi (our trigonometry is awesome). Because of the this, the second E-W boundary is |
It looks slightly smoother now but I'm not sure whether it has been completely rectified. |
The lower right corner has a different color, I don't it is glitching, what is really glitching are the THICK vertical edges. |
Ty for the img :) |
@jywarren @blurry-x-face @publiclab/is-reviewers ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @harshkhandeparkar !!! 🎉 and great persistence! I'm going to try it in GitPod!! |
Hmm, what's going on with the test, @harshkhandeparkar ? Is this the right output? It seems to work! Here's the QR code: |
@harshkhandeparkar can you take a look at the tests to see what's going wrong? |
Looks like, could it be due to syntax errors, or some ES6 issue? In
|
Perhaps it just needs to be rebased? |
The test hasn't been updated to work with the new changes. |
Ah ok! No rush then. Thanks, @harshkhandeparkar !!! |
@jywarren Finally pushed the new test. |
c82d87c
to
c0cf879
Compare
Codecov Report
@@ Coverage Diff @@
## main #1696 +/- ##
===========================================
+ Coverage 55.11% 65.43% +10.31%
===========================================
Files 117 133 +16
Lines 2344 2743 +399
Branches 360 439 +79
===========================================
+ Hits 1292 1795 +503
+ Misses 1052 948 -104
|
@publiclab/is-module-maintainers Tests Passing! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hooray!
I think this should be merged now, for v3.6.0 |
Congrats!! |
Fixes #1632 (<=== Replace
0000
with the Issue Number)Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
npm run test-all
@publiclab/is-reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Please make sure to get at least two reviews before asking for merging the PR as that would make the PR more reliable on our part
Thanks!