darkflipper
is a simple python package for Figure of Merit and Figure of Bias calculations
As simple as:
pip install darkflipper
python>3.8
getdist
numpy
shapely
If you would like to contribute, follow the following steps:
- Open an issue to let the
darkflipper
maintainers know about your contribution plans (new Euclid product? New feature? A suggestion?) - Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request