Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOrmondroyd committed Jan 25, 2024
1 parent 208bcc6 commit 134b9a6
Showing 1 changed file with 17 additions and 3 deletions.
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]'

0 comments on commit 134b9a6

Please sign in to comment.