Skip to content

Commit 706bbb2

Browse files
committed
Remove highly optimised comments
1 parent 824e2c7 commit 706bbb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebooks/JAX_HEALPix_frontend.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"cell_type": "markdown",
2626
"metadata": {},
2727
"source": [
28-
"This short tutorial demonstrates how to use the custom JAX frontend support `S2FFT` provides for the highly optimised [`HEALPix`](https://healpix.jpl.nasa.gov) C++ library. This solves the long JIT compile time for HEALPix when running on CPU.\n",
28+
"This short tutorial demonstrates how to use the custom JAX frontend support `S2FFT` provides for the [`HEALPix`](https://healpix.jpl.nasa.gov) C++ library. This solves the long JIT compile time for HEALPix when running on CPU.\n",
2929
"\n",
3030
"As with the other introductions, let's import some packages and define an arbitrary bandlimited signal to work with."
3131
]

notebooks/JAX_SSHT_frontend.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"cell_type": "markdown",
2626
"metadata": {},
2727
"source": [
28-
"This short tutorial demonstrates how to use the custom JAX frontend support `S2FFT` provides for the highly optimised [`SSHT`](https://github.com/astro-informatics/ssht) C library.\n",
28+
"This short tutorial demonstrates how to use the custom JAX frontend support `S2FFT` provides for the [`SSHT`](https://github.com/astro-informatics/ssht) C library.\n",
2929
"\n",
3030
"As with the other introductions, let's import some packages and define an arbitrary bandlimited signal to work with."
3131
]

0 commit comments

Comments
 (0)