Maximilian Linhoff

Results 121 issues of Maximilian Linhoff

**Gammapy version** Current master **Bug description** In `gammapy/utils/coordinates/fov`, `sky_to_fov` is defined like this: ```python # Create a frame that is centered on the pointing position center = SkyCoord(lon_pnt, lat_pnt) fov_frame...

bug

## Constraints These are nothing special i suppose, we just need an operator to join likelihoods with different data sizes. I think the logical approach for the end user for...

We should supply weighted fits

We need to add more documentation, docstrings for all classes etc. The google style guide might be helpful: http://google-styleguide.googlecode.com/svn/trunk/pyguide.html

enhancement

we should do studies about the performance of the different minimization methods

Trying to wrap this integration module: https://jblevins.org/mirror/amiller/dcuhre.f90, I get the following error, I have no idea, where I need to start debugging. Any help will be appreciated. ``` running build...

`gfm` does not parse the language information correctly for code blocks: `````` ```python print('Hello World') ``` `````` becomes ``` html python\nprint('Hello World') ``` Where it should be ``` html \nprint('Hello...

### Nomad version Nomad v1.4.3 (f464aca721d222ae9c1f3df643b3c3aaa20e2da7) ### Operating system and Environment details Freshly installed VirtualBox VM using Alma Linux 9.1, following the tutorial: ``` # dnf install docker # actually...

type/bug
stage/waiting-reply

Hi, thanks for this very nice tool! I noticed that for our project, some old issues were included, that I at first didn't expect in the weekly / daily summary....

The documentation of sphinx-gallery mentions jupytext and the other way around and makes some mention of converting rst to markdown when converting the scripts to notebooks. However, there doesn't seem...