Evert Rol

Results 25 issues of Evert Rol

The following code causes a `TypeError`: ``` import pandas as pd import seaborn as sns df = pd.DataFrame({'x': ['a', 'a', 'a', 'a', 'a'], 'y': [1, 2, 2, 3, 3]}) df...

This is a tiny clean-up: Since `fetch()` is only called inside the class, and two of the three arguments in that call are attributes of `self`, there is no need...

workflow:needs-update

I'm trying the stand-alone server for testing purposes; it serves a directory of netCDF files (using the built-in netCDF handler). For files larger than approximately 100MB, I run into an...

The `pydap.handlers.nca` and `pydap.handlers.cdms` handlers are still listed on the [handlers documentation](http://pydap.org/en/latest/handlers.html), but these packages are not Python 3 compatible. Further, their latest release on PyPI are from 2012 and...

This pull request provides an initial implementation of #3921. A stub implementation of `_repr_html_` is provided for most of the Gammapy classes (often only through their base classes), for use...

feature

I like to suggest an implementation of `_repr_html_` for various classes, for ease of use in Jupyter notebooks. Currently, several of the example and tutorial notebooks use `print(some_class_instance)` to display...

feature

This repository appears to be missing a license. A form of a creative-commons license is probably what is needed. Perhaps a Citation File Format [CFF](https://citation-file-format.github.io/) is also a good idea....

`setup.py` imports `numpy`, but in a clean environment, this is not installed, and `setup.py` (or `pip`) will fail. `pip` can install NumPy (and Cython) automatically, but only if given as...

### Issue with current documentation: The documentation for [`invert`](https://numpy.org/devdocs/reference/generated/numpy.invert.html) states (first sentence): > Compute bit-wise inversion, or bit-wise NOT, element-wise. Two paragraphs down, it states: > For signed integer inputs,...

04 - Documentation