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

Change FluxEstimator UL backend to scipy #3108

Merged
merged 2 commits into from Nov 4, 2020

Conversation

adonath
Copy link
Member

@adonath adonath commented Nov 4, 2020

Description

@registerrier reported that after #3088, the UL computation for some flux points with the standard backend failed. This PR changes the default backend in the FLuxEstimator to scipy, which fixes the issue:

image

I'll merge once the CI builds have passed...

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@adonath adonath added this to the 0.18 milestone Nov 4, 2020
@adonath adonath self-assigned this Nov 4, 2020
@adonath adonath added the bug label Nov 4, 2020
@adonath adonath added this to In progress in gammapy.estimators via automation Nov 4, 2020
@codecov
Copy link

codecov bot commented Nov 4, 2020

Codecov Report

Merging #3108 into master will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3108      +/-   ##
==========================================
+ Coverage   93.12%   93.17%   +0.05%     
==========================================
  Files         145      145              
  Lines       17988    17988              
==========================================
+ Hits        16751    16761      +10     
+ Misses       1237     1227      -10     
Impacted Files Coverage Δ
gammapy/estimators/parameter.py 98.57% <ø> (ø)
gammapy/modeling/fit.py 94.68% <0.00%> (+0.53%) ⬆️
gammapy/modeling/scipy.py 100.00% <0.00%> (+12.67%) ⬆️

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 7089ea1...007e8ca. Read the comment docs.

@adonath adonath merged commit 8ed32cd into gammapy:master Nov 4, 2020
gammapy.estimators automation moved this from In progress to Done Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant