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

WIP: Noise updates #77

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
b86c019
Merge remote-tracking branch 'nanograv/NG20' into NG20
Aug 25, 2024
816599a
adding a gibbs sampler for noise analyses
Aug 25, 2024
d609d11
i initially added the wrong version of the gibbs sampler -- lol
Aug 25, 2024
3e4629e
adding gibbs to noise_utils
jeremy-baier Aug 25, 2024
14f848b
un-hard-coding model inclusion
jeremy-baier Aug 25, 2024
2be8f09
fix sampler import bug
jeremy-baier Aug 28, 2024
f30616e
moving gibbs sampler to enterprise extensions; adding some initial di…
jeremy-baier Sep 11, 2024
8c6a839
getting back onnnit
jeremy-baier Oct 18, 2024
86c8c74
adding discovery to noise utils
jeremy-baier Oct 18, 2024
8fd746b
commiting what i have rn
jeremy-baier Oct 19, 2024
f0aa78d
adding solar wind stuff
jeremy-baier Oct 20, 2024
7920c13
bug fixes
Oct 21, 2024
7a0b140
more bug fix
Oct 21, 2024
59c890d
swapping some kwargs & adding some logs
Oct 22, 2024
16bfa71
random fixes
Oct 23, 2024
00b1b59
Merge branch 'nanograv:main' into feature/gibbs_sampler
jeremy-baier Nov 26, 2024
ac2335a
Merge branch 'nanograv:main' into feature/gibbs_sampler
jeremy-baier Dec 17, 2024
2597a7a
move import try/except; add empirical distributions
Dec 17, 2024
5d1e58f
pulling changes to master
Dec 17, 2024
5029029
fix typo
Dec 17, 2024
e316f56
add laforge, arviz to pyproject.toml
Dec 17, 2024
e2dae64
changes to noise utils
Dec 17, 2024
6fbeef6
fixing stuff in noise utils
Dec 17, 2024
7d7fda6
updating to la-forge in the pyproject
Dec 18, 2024
e2077f0
changing test nb
Dec 18, 2024
ff32910
change enterprise to lowercase; add noise_run section to test config …
Dec 19, 2024
fe1aaf5
delete 'num noise iter' from notebook
Dec 19, 2024
382110c
fixing SW GP in addition to noise model
Dec 19, 2024
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
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ authors = [
{ name="Anne Archibald", email="[email protected]" },
{ name="Kevin Wilson", email="[email protected]" },
{ name="Ross Jennings", email="[email protected]" },
{ name="Jeremy Baier", email="[email protected]"}
]
description = "A long-lived repository for NANOGrav Pulsar Timing analysis work."
readme = "README.md"
Expand All @@ -32,6 +33,8 @@ dependencies = [
"jupyter",
"seaborn",
"gitpython",
"laforge",
JPGlaser marked this conversation as resolved.
Show resolved Hide resolved
"arviz",
]
classifiers = [
"Programming Language :: Python :: 3",
Expand Down
Loading
Loading