Tomas Bylund
Tomas Bylund
Having taken a look, I'd say this is a `astropy.units` bug, matplotlib (now?) checks if there's a converter attached whenever it adds a new one and if they aren't of...
@AtreyeeS We could pin to matplotlib less than 3.10, but otherwise I don't think so: this looks like its ultimately a Astropy issue. I've checked a few other irfs and...
I remember that this was incredibly fiddly to get working properly for [ctapipe](https://github.com/cta-observatory/ctapipe/pull/2227/files), in the end the blessed string that worked for us there was this: ``` contains(github.event.pull_request.labels.*.name, 'lable-name') ==...
A meta comment is it would be good if there was a way to skip just the data-tests, since they are by far the heaviest and not all changes require...
I think it's better to just use multiple tags on the issue if you want to skip everything: the syntax to check one single tag is bad enough, adding an...
> > A meta comment is it would be good if there was a way to skip just the data-tests, since they are by far the heaviest and not all...
> Let's say that the theta cuts is 0.1 deg, but we calculates the statistics in a ring around the source and around the background control regions, where no excess...
Hi Guillaume, thank you for your pull request, it is encouraging to find other people are also working on adding unbinned analysis to gammapy. However, this is a very large...