Michel Aguena
Michel Aguena
### Describe the issue: Arrays created with `np.arange(n, dtype=str)` for `n`>2 raise an error. ### Reproduce the code example: ```python import numpy as np np.arange(3, dtype=str) ``` ### Error message:...
Add check for cluster members mstar evolution in `check_properties_of_haloes_in_CosmoDC2` notebook used in Validation paper
Pylint was failing on astropy v6.0, with errors of type: ``` clmm/support/mock_data.py:418:33: E1101: Module 'astropy.units' has no 'deg' member; maybe 'dex'? (no-member) ``` This is a known error, and a...
Notebooks in `examples/NumCosmo/` are outdated and need to be either fixed or removed. Also fix `examples/Paper_v1.0/mcmc.ipynb`.
Use qp!
There are some tests, like in `test_cosmo_parent`, that are not running the tests for all backends.
When the type of a variable is `numpy.ndarray` (usually from something like `np.array(2)`), the tests in `validate_argument` fail. This could be fixed by improving: ``` def _is_valid(arg, valid_type): if valid_type...
Currently, `GalaxyCluster` functions that require `sigma_c` (or `sigma_c_eff`) compute them implicitly when needed. We should force the user to make the explicit computation using `GalaxyCluster.add_critical_surface_density` so it is clear where...
Should we put the data for the `DC2/HSC/DES` notebooks somewhere in NERSC/CC for easy compilation of documentation for the website?
Many functions on `dataops` still use `z_source, use_pdz` as arguments. It should be updated to `z_src, z_src_info`