Nicolas Tessore

Results 49 issues of Nicolas Tessore

It would be great if there was an option to specify the output folder of the generated files. That way, it would be possible to generate the HTML version for...

Is there currently a way to map config file groups (i.e. `[mygroup]`) to option groups defined in an app? Use case is a program with a number of subcommands that...

**Describe the bug** At some point during the last couple of updates, an issue appeared with rendering unicode combining characters, in particular diacritics/accents. Take the combination `x⃗ [U+0078 U+20d7]` which...

Renderer

Do not use [`pickle.HIGHEST_PROTOCOL`](https://docs.python.org/3.10/library/pickle.html#data-stream-format) when pickling the codeobj files. As far as I can tell, nothing is gained by that in this context, but it makes examples generated with Python...

Calling `len()` on an empty (i.e. newly created) FITS adds a HDU: ```py >>> fits = fitsio.FITS('new.fits', 'rw') >>> len(fits) 1 >>> 0 in fits True >>> fits[-1] file: test.fits...

Creating a new FITS file with mode `rw` and not doing anything with the file results in a corrupt FITS file: ```py >>> from fitsio import FITS >>> fits =...

feature request

I am having a hard time following if and how [`skypy.halos.mass`](https://skypy.readthedocs.io/en/module-halos/halos/index.html#module-skypy.halos.mass) is supposed to be used, given that there is also [`skypy.halos.colossus_mf`](https://skypy.readthedocs.io/en/module-halos/api/skypy.halos.colossus_mf.html#skypy.halos.colossus_mf). Ideally, there would be a `_mf` function for...

module: halos

Change the links in our [README](https://github.com/skypyproject/skypy/blob/main/README.rst) to point to [latest documentation](https://skypy.readthedocs.io/en/latest/) instead of [stable documentation](https://skypy.readthedocs.io/en/stable/). This ensures that the linked docs match the visible code in the repository, see discussion...

documentation

We should implement a blocklist mechanism for potentially harmful modules, so that one cannot distribute a config file: ``` bye: !os.system [ 'rm -rf important_file' ] ``` We could block...

infrastructure
low priority

## Description We require a model that assigns a circular velocity to halos of a given mass, @itrharrison has proposed the following model: ![image](https://user-images.githubusercontent.com/3993688/90641769-828c7100-e229-11ea-980f-cd24eae34cd3.png) ## Inputs - halo virial mass...

module: halos
new feature