-
Notifications
You must be signed in to change notification settings - Fork 210
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 Fixed! #1629
Edge Detect Fixed! #1629
Conversation
@jywarren @publiclab/is-reviewers |
The solution was a single line change but it took me 2 hrs to figure it out! |
Fixed that too. |
The tests had passed locally 😕 |
I don't think the error was caused by my changes. Also, it is only failing for node 8. |
@harshkhandeparkar try restarting the build once again |
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.
Amazing! 🎉
I'll try that. Thanks.
…On Tue, 18 Feb, 2020, 10:21 PM Rishabh Shukla, ***@***.***> wrote:
***@***.**** approved this pull request.
Amazing! 🎉
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1629?email_source=notifications&email_token=AIJI5HZVFULTO6NOJQ2QYL3RDQG2RA5CNFSM4KVZY3FKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCV6NYCA#pullrequestreview-360504328>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIJI5H7NUMIRC72J7XQFLUTRDQG2RANCNFSM4KVZY3FA>
.
|
Codecov Report
@@ Coverage Diff @@
## main #1629 +/- ##
===========================================
+ Coverage 55.11% 65.41% +10.29%
===========================================
Files 117 132 +15
Lines 2344 2741 +397
Branches 360 438 +78
===========================================
+ Hits 1292 1793 +501
+ Misses 1052 948 -104
|
Passed! |
This looks great, and was easy to test out in GitPod! https://gitpod.io/#https://github.com/publiclab/image-sequencer/pull/1629 Confirmed! Thank you!!! |
Ty! |
Fixes #1576 (<=== Replace
0000
with the Issue Number)This was the simplest fix. Just had to change a global variable to a local one.
New Output:
Now it doesn't make a difference if the image is loaded first and then edge-detect is added or the other way around.
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!