8000 [easy] Clip method for Richardson Lucy by ttung · Pull Request #1668 · spacetx/starfish · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[easy] Clip method for Richardson Lucy #1668

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

Merged
merged 1 commit into from
Nov 22, 2019
Merged

[easy] Clip method for Richardson Lucy #1668

merged 1 commit into from
Nov 22, 2019

Conversation

ttung
Copy link
Collaborator
@ttung ttung commented Nov 22, 2019

Richardson Lucy deconv was not passing the user-requested clip method to apply(). This PR adds the missing parameter, and adjusts the expected results accordingly. As a bonus, the coefficient goes up a bit!

Test plan: pytest starfish/test/full_pipelines/api/test_merfish.py

Richardson Lucy deconv was not passing the user-requested clip method to `apply()`.  This PR adds the missing parameter, and adjusts the expected results accordingly.  As a bonus, the coefficient goes up a bit!

Test plan: `pytest starfish/test/full_pipelines/api/test_merfish.py`
@ttung ttung requested a review from shanaxel42 November 22, 2019 07:38
@codecov-io
Copy link
codecov-io commented Nov 22, 2019

Codecov Report

Merging #1668 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1668   +/-   ##
=======================================
  Coverage   90.21%   90.21%           
=======================================
  Files         225      225           
  Lines        8694     8694           
=======================================
  Hits         7843     7843           
  Misses        851      851
Impacted Files Coverage Δ
...core/image/Filter/richardson_lucy_deconvolution.py 95.45% <ø> (ø) ⬆️
starfish/test/full_pipelines/api/test_merfish.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2186b2f...590fb93. Read the comment docs.

@ttung ttung merged commit 0324fbd into master Nov 22, 2019
@ttung ttung deleted the tonytung-clip-method branch November 22, 2019 17:55
ttung pushed a commit that referenced this pull request Dec 3, 2019
Adjusts all the filters to use levels instead of clip/preserve_float_range.  `clip_method` is still supported though deprecated.  If both are provided, an exception is thrown.  If `clip_method` by itself is provided, then a deprecation warning is printed and the `clip_method` is translated to the appropriate `levels_method`.

Depends on #1666, #1668

Test plan: this is an -alltest branch since it affects so much code.  if goes green, we should presumably be good. :)
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.

3 participants
0