Skip to content

Commit 288debd

Browse files
committed
Add tile_min_size_floating.ipynb
Intermediate test is simplified, because now phi-center covers only half of the face and we do not expect m- and p- directions to be equal
1 parent 65daa4e commit 288debd

File tree

4 files changed

+421
-22
lines changed

4 files changed

+421
-22
lines changed

docs/notebooks/tile_min_size_1by1.ipynb

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"id": "f4bb6871af102d56",
1515
"metadata": {
1616
"ExecuteTime": {
17-
"end_time": "2024-07-17T21:26:11.700772Z",
18-
"start_time": "2024-07-17T21:26:11.697782Z"
17+
"end_time": "2024-09-11T14:45:32.084217Z",
18+
"start_time": "2024-09-11T14:45:32.082Z"
1919
}
2020
},
2121
"outputs": [],
@@ -37,27 +37,23 @@
3737
"id": "57fa7fa66ab3d5c0",
3838
"metadata": {
3939
"ExecuteTime": {
40-
"end_time": "2024-07-17T21:26:12.634248Z",
41-
"start_time": "2024-07-17T21:26:11.701790Z"
40+
"end_time": "2024-09-11T14:45:32.090478Z",
41+
"start_time": "2024-09-11T14:45:32.088273Z"
4242
}
4343
},
4444
"outputs": [],
4545
"source": [
46-
"import os\n",
47-
"from functools import partial\n",
48-
"\n",
4946
"import jax\n",
5047
"import jax.numpy as jnp\n",
5148
"import matplotlib.pyplot as plt\n",
5249
"import optax\n",
53-
"from numpyro.infer import MCMC, NUTS\n",
5450
"\n",
5551
"from healpix_geometry_analysis.coordinates import HealpixCoordinates\n",
5652
"from healpix_geometry_analysis.geometry.tile import TileGeometry\n",
57-
"from healpix_geometry_analysis.problems.numpyro_sampler import NumpyroSamplerProblem\n",
5853
"from healpix_geometry_analysis.problems.optax_optimizer import OptaxOptimizerProblem\n",
5954
"from healpix_geometry_analysis.enable_x64 import enable_x64\n",
6055
"\n",
56+
"# Use float64 with Jax\n",
6157
"enable_x64()"
6258
]
6359
},
@@ -75,8 +71,8 @@
7571
"id": "3bc13fcf4eb9c747",
7672
"metadata": {
7773
"ExecuteTime": {
78-
"end_time": "2024-07-17T21:26:12.655671Z",
79-
"start_time": "2024-07-17T21:26:12.634963Z"
74+
"end_time": "2024-09-11T14:45:32.098947Z",
75+
"start_time": "2024-09-11T14:45:32.097078Z"
8076
}
8177
},
8278
"outputs": [],
@@ -98,8 +94,8 @@
9894
"id": "69b3011e7a38f3b9",
9995
"metadata": {
10096
"ExecuteTime": {
101-
"end_time": "2024-07-17T21:26:13.074963Z",
102-
"start_time": "2024-07-17T21:26:12.656748Z"
97+
"end_time": "2024-09-11T14:45:32.108669Z",
98+
"start_time": "2024-09-11T14:45:32.104440Z"
10399
}
104100
},
105101
"outputs": [],
@@ -114,8 +110,8 @@
114110
"id": "c859164b16234847",
115111
"metadata": {
116112
"ExecuteTime": {
117-
"end_time": "2024-07-17T21:26:13.414059Z",
118-
"start_time": "2024-07-17T21:26:13.075581Z"
113+
"end_time": "2024-09-11T14:45:32.302155Z",
114+
"start_time": "2024-09-11T14:45:32.187751Z"
119115
}
120116
},
121117
"outputs": [],
@@ -143,8 +139,8 @@
143139
"id": "22d4a055b369364c",
144140
"metadata": {
145141
"ExecuteTime": {
146-
"end_time": "2024-07-17T21:26:13.416602Z",
147-
"start_time": "2024-07-17T21:26:13.414815Z"
142+
"end_time": "2024-09-11T14:45:32.310509Z",
143+
"start_time": "2024-09-11T14:45:32.308439Z"
148144
}
149145
},
150146
"outputs": [],
@@ -197,8 +193,8 @@
197193
"id": "8a340519783e6a84",
198194
"metadata": {
199195
"ExecuteTime": {
200-
"end_time": "2024-07-17T21:26:21.587926Z",
201-
"start_time": "2024-07-17T21:26:13.417116Z"
196+
"end_time": "2024-09-11T14:45:40.133132Z",
197+
"start_time": "2024-09-11T14:45:32.316469Z"
202198
}
203199
},
204200
"outputs": [],

0 commit comments

Comments
 (0)