Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme #14

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
# Flex-Knot

This repo contains flex-knots and associated likelihoods used in my `toy_sine` project, and likelihoods associated with them.
This repo contains flex-knots and associated likelihoods

I initially created this for the `toy_sine` project, but it is also used for the
primordial matter power spectrum $\mathcal P_\mathcal R(k)$, and the dark energy
equation of state $w(a)$.

If I get this right, I should be able to use this to investigate $w(z)$ and so on.

To pip install:

pip install git+ssh://github.com/Ormorod/flexknot@main
pip install git+ssh://github.com/adamormondroyd/flexknot@main

To install locally:

gh repo clone adamormondroyd/flexknot # (or ssh or https)
cd flexknot
pip install -e .

Or to get all test dependencies:

pip install -e '.[dev]'