Christoph Deil

Results 160 issues of Christoph Deil

`InfiniteType` doesn't exist: https://github.com/sdiehl/numpile/blob/73c0dad97ebce73c0c370b890d8188cffc3b43d4/numpile.py#L370 @sdiehl - Should this be change to `raise TypeError`? Or something else?

The rootpy API docs are here: http://rootpy.org/index.html#api-reference If you click e.g. on `rootpy.io` you get here: http://rootpy.org/modules/classes.html#module-rootpy.io Looking at this page there are several issues. 1. The deprecated `io.open` is...

docs

It should be possible to quickly look up ROOT documentation from the Python prompt. Here's what you get at the moment from PyROOT: ``` In [1]: import ROOT In [2]:...

docs

Currently you document command like this (see [here](https://github.com/click-contrib/sphinx-click/blob/6017e0327f05d22902c8854deb44a53a09284da9/tests/test_formatter.py#L51)): ``` .. program:: cli (including help text) .. code-block:: shell .. rubric:: Options .. rubric:: Arguments ``` Click in the console help...

Possible fix for #305 . I didn't test this, not sure if this is correct. Specifically I don't know how timestamps and offsets in Whisper files work. Is a simple...

pinned

Is it possible to validate a static website that I have on my local computer? I naively tried pointing at an `index.html` file, but that doesn't work: ``` $ pylinkvalidate.py...

Could you please add some information in the docs whether turbodbc support SQLite or not? Is it fast or slow? There doesn't seem to be a single mention of "sqlite"...

Something most gamma-ray astronomer struggle with is converting likelihood value differences (TS values) between two fitted models (e.g. with and without background) into p-values or significances, that are usually stated...

feature
docs
effort-medium
package-novice

@Bultako - I'm opening this issue to continue the conversation from #2165 concerning how to link between notebooks and Sphinx docs. It's clear that raw URLs and no link-checker in...

priority-high

As agreed in #2274 we should clean up gammapy.utils sub-packages. See notes in the PIG. This should be done incrementally via several small PRs, and it doesn't have to be...

cleanup