skypyproject / skypy

SkyPy: A package for modelling the Universe.
BSD 3-Clause "New" or "Revised" License
118 stars 38 forks source link

DOC: Add a consistency section to the contributing Guidelines #582

Open jucordero opened 1 year ago

jucordero commented 1 year ago

Based on issue #117, we should add instructions on how to be consistent with units, tests, inputs etc. in the documentation and the code. Some of the modules are intrinsically defined to accept inputs with slightly different formats (e.g. wavenumbers in power spectrum modules), and the tests/examples are seen to use different values and input array sizes.

Expected behavior A clear and consistent set of assumptions and input values for the different tests and examples.