Skip to content

Commit

Permalink
correct typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMatt committed Feb 27, 2024
1 parent 0f3128c commit 8e111f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pip_readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Differentiable and accelerated spherical transforms
=================================================================================================================

`S2FFT` is a Python package for computing Fourier transforms on the sphere
and rotation group in JAX and PyTorch. It leverages autodiff to provide differentiable
and rotation group using JAX and PyTorch. It leverages autodiff to provide differentiable
transforms, which are also deployable on hardware accelerators
(e.g. GPUs and TPUs).

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Differentiable and accelerated spherical transforms

`S2FFT` is a Python package for computing Fourier transforms on the sphere
and rotation group [(Price & McEwen 2023)](https://arxiv.org/abs/2311.14670) Using
and rotation group [(Price & McEwen 2023)](https://arxiv.org/abs/2311.14670) using
JAX or PyTorch. It leverages autodiff to provide differentiable transforms, which are
also deployable on hardware accelerators (e.g. GPUs and TPUs).

Expand Down Expand Up @@ -87,7 +87,7 @@ into the active python environment by [pip](https://pypi.org) when running
pip install s2fft
```
This will install all core functionality which includes JAX support. To install `S2FFT`
with PyTorch support run the following
with PyTorch support run

``` bash
pip install s2fft[torch]
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Differentiable and accelerated spherical transforms
===================================================

``S2FFT`` is a Python package for computing Fourier transforms on the sphere and rotation
group `(Price & McEwen 2023) <https://arxiv.org/abs/2311.14670>`_ in JAX and PyTorch.
group `(Price & McEwen 2023) <https://arxiv.org/abs/2311.14670>`_ using JAX and PyTorch.
It leverages autodiff to provide differentiable transforms, which are also
deployable on modern hardware accelerators (e.g. GPUs and TPUs).

Expand Down

0 comments on commit 8e111f4

Please sign in to comment.