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

fixes bugs in gamma-correction module #1256

Merged
merged 4 commits into from
Oct 7, 2019
Merged

fixes bugs in gamma-correction module #1256

merged 4 commits into from
Oct 7, 2019

Conversation

keshav234156
Copy link
Member

Fixes #1255
fixing of the slider
Screencast from 16-09-19 04_50_35 PM IST

val was being divided by defaults.adjustment which was 0.2.this might have been done by mistake in PR #763
before changes for gamma value equal to 0.5
64894910-a26df900-d698-11e9-916d-634051bd5315

after changes for gamma value equal to 0.5
rotate (9)

Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!

  • tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR -- or run tests locally with npm test
  • code is in uniquely-named feature branch and has no merge conflicts
  • PR is descriptively titled
  • ask @publiclab/is-reviewers for help, in a comment below
  • Insert-step functionality is working correct as expected.

We're happy to help you get this ready -- don't be afraid to ask for help, and don't be discouraged if your tests fail at first!

If 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!

@codecov
Copy link

codecov bot commented Sep 16, 2019

Codecov Report

Merging #1256 into main will increase coverage by 0.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
src/modules/GammaCorrection/Module.js 23.52% <0%> (+1.3%) ⬆️

@keshav234156
Copy link
Member Author

@harshkhandeparkar @jywarren @aashna27 can you please review this PR!!!

@keshav234156
Copy link
Member Author

@jywarren @harshkhandeparkar can you please review this PR!!!

@harshkhandeparkar
Copy link
Member

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.

@keshav234156
Copy link
Member Author

@jywarren @harshkhandeparkar can you please review this PR!!

Copy link
Member

@harshkhandeparkar harshkhandeparkar left a 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.

@keshav234156
Copy link
Member Author

@jywarren can you please review this PR!!!

@jywarren jywarren merged commit 43e81c3 into publiclab:main Oct 7, 2019
@jywarren
Copy link
Member

jywarren commented Oct 7, 2019

This is great. Thank you for the fix!!!

jywarren pushed a commit that referenced this pull request Dec 16, 2019
* fixes gamma-correction module slider

* Update info.json
@harshkhandeparkar harshkhandeparkar added this to Done in v3.6.0 Oct 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
v3.6.0
  
Done
Development

Successfully merging this pull request may close these issues.

bugs in gamma-correction module
3 participants