-
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
fixes bugs in gamma-correction module #1256
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1256 +/- ##
==========================================
+ Coverage 32.05% 32.07% +0.01%
==========================================
Files 107 107
Lines 1987 1986 -1
Branches 296 296
==========================================
Hits 637 637
+ Misses 1350 1349 -1
|
@harshkhandeparkar @jywarren @aashna27 can you please review this PR!!! |
@jywarren @harshkhandeparkar can you please review this PR!!! |
I am so sorry that I can't review this yet. I have a test coming up. Will you please hold on till Monday? I will surely review it that day. Apologies. |
@jywarren @harshkhandeparkar can you please review this PR!! |
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.
Nicely done. Sorry for not reviewing this earlier.
@jywarren can you please review this PR!!! |
This is great. Thank you for the fix!!! |
* fixes gamma-correction module slider * Update info.json
Fixes #1255
![Screencast from 16-09-19 04_50_35 PM IST](https://user-images.githubusercontent.com/45951376/64957995-c2c1d180-d8ab-11e9-9edc-ed574b18b04c.gif)
fixing of the slider
val was being divided by defaults.adjustment which was 0.2.this might have been done by mistake in PR #763
![64894910-a26df900-d698-11e9-916d-634051bd5315](https://user-images.githubusercontent.com/45951376/64957520-c739ba80-d8aa-11e9-831f-a5ed9f6b71a9.png)
before changes for gamma value equal to 0.5
after changes for gamma value equal to 0.5
![rotate (9)](https://user-images.githubusercontent.com/45951376/64957488-b426ea80-d8aa-11e9-9665-a11c541b44f7.png)
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
npm test
@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!