Johannes King
Johannes King
# Situation I would like to add a copy button to Python code of the following form ``` Code example ============ .. code-block:: python >>> import pandas as pd >>>...
https://github.com/gammapy/gammapy/blob/master/gammapy/data/observation.py#L53
In the course of #1397 I xfailed all the old tests in ``gammapy/utils/tests/test_models.py``. They need to be reactivated and fixed, since the test usefull functionality.
## Problem [gammapy.irf](http://docs.gammapy.org/en/latest/irf/) contains many classes to represent IRF tables with different axis. At the moment it is very difficult to use (even for me, who wrote many of these...
Hi, I would like to store the result of the gammapy regions based 1D spectral analysis to disk. I though it might be a good idea to use the format...