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

Fixed TS map boundary handling #332

Merged
merged 1 commit into from Aug 25, 2015

Conversation

adonath
Copy link
Member

@adonath adonath commented Aug 19, 2015

This fixes the boundary behaviour of the TS map computation. I guess there's not much to review here. I will wait for the Travis-builds and then do the merge.

@cdeil cdeil added the bug label Aug 19, 2015
@cdeil cdeil added this to the 0.4 milestone Aug 19, 2015
@@ -5,8 +5,9 @@
import json
import logging
log = logging.getLogger(__name__)
from ..utils.scripts import get_parser
from ..utils.scripts import get_parser, _configure_root_logger
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you use set_up_logging_from_args as described here or as used in this example here?
Or is there a reason this doesn't work properly here?

@cdeil
Copy link
Contributor

cdeil commented Aug 19, 2015

I left a few minor comments inline. Travis-ci passed, so this is almost ready to go.

adonath added a commit that referenced this pull request Aug 25, 2015
@adonath adonath merged commit 6da03ed into gammapy:master Aug 25, 2015
@adonath adonath deleted the fix_ts_boundary_handling branch November 20, 2018 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants