Christoph Deil

Results 98 comments of Christoph Deil

I guess no-one wants to duplicate this in astroplan, right? In that case, how about adding a section "related packages" to the astroplan docs and pointing people to the LSST...

> I think it be appropriate to stick a little note on the front page (i.e. this one), do you @cdeil? 👍

+1 to disable inheritance diagrams by default. Note that this is also listed as a TODO on the front page at http://sphinx-automodapi.readthedocs.io/en/latest/ ``` in your conf.py file. .. .. TODO:...

I agree this would be good to have as a global option. In Gammapy, I have `:no-inheritance-diagram:` on all ~ 20 `automodapi` directives. Probably best to do the addition of...

It's weird. In this case the "docstring" is picked up currently: ``` source_catalogs = SourceCatalogRegistry.builtins() """Registry of built-in catalogs in Gammapy. The main point of the registry is to have...

The trapezoid fit works for me ... maybe you didn't update #1726 ? I get this result: ``` Model: Trapezoid1DModel n_inputs: 1 Degree: N/A Parameter sets: 1 Parameters: amplitude: Parameter('amplitude',...

I'm closing this old issue from 2014. Cleanup in Gammapy and improving code and tests is ongoing and will be for a while. I just don't think this generic reminder...

I'm re-opening this general reminder issue, to increase test coverage in Gammapy. Things are much better now, but we still have a few 100 lines / a few 10 methods...

I'm adding "high-priority" here. Note that we now have a nice overview for coverage: https://codecov.io/gh/gammapy/gammapy We should add a test, or remove, code like [here](https://codecov.io/gh/gammapy/gammapy/src/d4c7c9224c0e03023d7f2281ed20c55ab8872862/gammapy/cube/fit.py#L556...570) or [here](https://codecov.io/gh/gammapy/gammapy/src/d4c7c9224c0e03023d7f2281ed20c55ab8872862/gammapy/cube/background.py#L105...117) or in 10...

For reference, see #2205 and suggestions by @registerrier in https://github.com/gammapy/gammapy/pull/2205#issuecomment-498714042 .