Skip to content

Commit 4640fbc

Browse files
authored
feat: new periodic search
feat: new periodic search
2 parents f9087f7 + 6356b40 commit 4640fbc

18 files changed

+359
-193
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"editor.defaultFormatter": "ms-python.black-formatter",
55
"editor.formatOnSave": true,
66
"editor.codeActionsOnSave": {
7-
"source.organizeImports": true
7+
"source.organizeImports": "explicit"
88
},
99
},
1010
"python.testing.pytestArgs": [

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ citation.md
7070
:maxdepth: 1
7171
:caption: Tutorials
7272
73+
notebooks/tutorials/GP_optimization.ipynb
7374
notebooks/tutorials/ground_based.ipynb
7475
notebooks/tutorials/tess_search.ipynb
7576
notebooks/tutorials/exocomet.ipynb

docs/notebooks/combined.ipynb

Lines changed: 70 additions & 15 deletions
Large diffs are not rendered by default.

docs/notebooks/motivation.ipynb

Lines changed: 15 additions & 15 deletions
Large diffs are not rendered by default.

docs/notebooks/multi.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
{
126126
"data": {
127127
"application/vnd.jupyter.widget-view+json": {
128-
"model_id": "238ee5574a104a0e83a212127bae0cb0",
128+
"model_id": "9238d5daa59846f4b61da59fa9b1d2e4",
129129
"version_major": 2,
130130
"version_minor": 0
131131
},
@@ -198,7 +198,7 @@
198198
{
199199
"data": {
200200
"application/vnd.jupyter.widget-view+json": {
201-
"model_id": "c6bc551524ce4ad5bd4613f31dfc0ff1",
201+
"model_id": "3b9a579ec7614654a44be64ae9c89d48",
202202
"version_major": 2,
203203
"version_minor": 0
204204
},
@@ -346,7 +346,7 @@
346346
{
347347
"data": {
348348
"application/vnd.jupyter.widget-view+json": {
349-
"model_id": "1641a1072c2740fbac93079acf292b00",
349+
"model_id": "08170c8a85be489ba96efa0a6618d5ec",
350350
"version_major": 2,
351351
"version_minor": 0
352352
},
@@ -380,7 +380,7 @@
380380
},
381381
{
382382
"cell_type": "code",
383-
"execution_count": 10,
383+
"execution_count": 9,
384384
"metadata": {
385385
"tags": [
386386
"hide-input"

docs/notebooks/periodic.ipynb

Lines changed: 40 additions & 18 deletions
Large diffs are not rendered by default.

docs/notebooks/single.ipynb

Lines changed: 11 additions & 10 deletions
Large diffs are not rendered by default.

docs/notebooks/star.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"cell_type": "code",
19-
"execution_count": 14,
19+
"execution_count": 1,
2020
"metadata": {},
2121
"outputs": [],
2222
"source": [
@@ -36,7 +36,7 @@
3636
},
3737
{
3838
"cell_type": "code",
39-
"execution_count": 16,
39+
"execution_count": 2,
4040
"metadata": {},
4141
"outputs": [
4242
{
@@ -74,7 +74,7 @@
7474
},
7575
{
7676
"cell_type": "code",
77-
"execution_count": 18,
77+
"execution_count": 3,
7878
"metadata": {},
7979
"outputs": [
8080
{
@@ -93,7 +93,7 @@
9393
" 0.9370029 , 0.95199615, 0.96747702, 0.98346971, 1. ])"
9494
]
9595
},
96-
"execution_count": 18,
96+
"execution_count": 3,
9797
"metadata": {},
9898
"output_type": "execute_result"
9999
}
@@ -113,7 +113,7 @@
113113
},
114114
{
115115
"cell_type": "code",
116-
"execution_count": 20,
116+
"execution_count": 4,
117117
"metadata": {},
118118
"outputs": [
119119
{
@@ -122,7 +122,7 @@
122122
"0.5242080656950339"
123123
]
124124
},
125-
"execution_count": 20,
125+
"execution_count": 4,
126126
"metadata": {},
127127
"output_type": "execute_result"
128128
}
@@ -148,7 +148,7 @@
148148
"name": "python",
149149
"nbconvert_exporter": "python",
150150
"pygments_lexer": "ipython3",
151-
"version": "3.11.5"
151+
"version": "3.10.14"
152152
}
153153
},
154154
"nbformat": 4,

docs/notebooks/templates.ipynb

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

docs/notebooks/tutorials/GP_optimization.ipynb

Lines changed: 1 addition & 18 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)