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

feat: new periodic search #25

Merged
merged 2 commits into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
},
"python.testing.pytestArgs": [
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ examples.md
:maxdepth: 1
:caption: Tutorials

notebooks/tutorials/GP_optimization.ipynb
notebooks/tutorials/ground_based.ipynb
notebooks/tutorials/tess_search.ipynb
notebooks/tutorials/exocomet.ipynb
Expand Down
85 changes: 70 additions & 15 deletions docs/notebooks/combined.ipynb

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions docs/notebooks/motivation.ipynb

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/notebooks/multi.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "238ee5574a104a0e83a212127bae0cb0",
"model_id": "9238d5daa59846f4b61da59fa9b1d2e4",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -198,7 +198,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "c6bc551524ce4ad5bd4613f31dfc0ff1",
"model_id": "3b9a579ec7614654a44be64ae9c89d48",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -346,7 +346,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "1641a1072c2740fbac93079acf292b00",
"model_id": "08170c8a85be489ba96efa0a6618d5ec",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -380,7 +380,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 9,
"metadata": {
"tags": [
"hide-input"
Expand Down
58 changes: 40 additions & 18 deletions docs/notebooks/periodic.ipynb

Large diffs are not rendered by default.

21 changes: 11 additions & 10 deletions docs/notebooks/single.ipynb

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docs/notebooks/star.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -36,7 +36,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 2,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -74,7 +74,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 3,
"metadata": {},
"outputs": [
{
Expand All @@ -93,7 +93,7 @@
" 0.9370029 , 0.95199615, 0.96747702, 0.98346971, 1. ])"
]
},
"execution_count": 18,
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -113,7 +113,7 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": 4,
"metadata": {},
"outputs": [
{
Expand All @@ -122,7 +122,7 @@
"0.5242080656950339"
]
},
"execution_count": 20,
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -148,7 +148,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.10.14"
}
},
"nbformat": 4,
Expand Down
6 changes: 3 additions & 3 deletions docs/notebooks/templates.ipynb

Large diffs are not rendered by default.

19 changes: 1 addition & 18 deletions docs/notebooks/tutorials/GP_optimization.ipynb

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/notebooks/tutorials/exocomet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 7,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -314,7 +314,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "4bf9da14b72f4c3ca5738a9519784e0f",
"model_id": "3b05ee65d3c944f39a6c545145c44932",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -389,7 +389,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"100%|██████████| 17458/17458 [00:27<00:00, 643.46it/s]\n"
"100%|██████████| 17458/17458 [00:22<00:00, 771.74it/s]\n"
]
}
],
Expand All @@ -410,7 +410,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 11,
"metadata": {
"tags": [
"hide-input"
Expand Down
115 changes: 86 additions & 29 deletions docs/notebooks/tutorials/ground_based.ipynb

Large diffs are not rendered by default.

30 changes: 19 additions & 11 deletions docs/notebooks/tutorials/tess_search.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -73,7 +73,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 3,
"metadata": {
"tags": [
"hide-input"
Expand Down Expand Up @@ -122,7 +122,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -154,7 +154,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -180,7 +180,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 6,
"metadata": {
"tags": [
"hide-input"
Expand Down Expand Up @@ -241,13 +241,13 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 7,
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "92a760786a57463991b35cf850635521",
"model_id": "763fbcb712f44f988ec4dd9f81ef3089",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -281,7 +281,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 8,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -300,7 +300,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 9,
"metadata": {},
"outputs": [
{
Expand All @@ -314,7 +314,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "0be5fc78f77c40b598a3d44c9920036e",
"model_id": "eaa75804cc2d42b8bf8c7aea19338d97",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -324,6 +324,14 @@
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"/opt/homebrew/Caskroom/miniforge/base/envs/nuance/lib/python3.10/site-packages/multiprocess/popen_fork.py:66: RuntimeWarning: os.fork() was called. os.fork() is incompatible with multithreaded code, and JAX is multithreaded, so this will likely lead to a deadlock.\n",
" self.pid = os.fork()\n"
]
}
],
"source": [
Expand All @@ -341,7 +349,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 10,
"metadata": {},
"outputs": [
{
Expand Down
Loading