Skip to content

Commit caec292

Browse files
Jammy2211claude
authored andcommitted
docs: fix a split word and a doubled phrase in the revised intro
- 'multi-scale m\nass models' renders as 'multi-scale m ass models' because markdown joins wrapped lines with a space; rewrapped to keep 'mass' intact. - 'a compelling route to making the compelling science possible with these data feasible' -> 'a compelling route to making the science these data enable feasible' (drops the repeat, fixes the clause). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 47d99ad commit caec292

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

paper_jax/paper.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ supernovae, provide image positions and time delays; and weak lensing traces mas
4545
Group and cluster lenses add multiple deflectors, source planes, and complex mass distributions. Joint modelling
4646
can break degeneracies and yield more complete physical constraints, but it also increases model dimensionality and
4747
the cost of each likelihood evaluation. Providing the required lensing calculations for all these datasets within a
48-
single GPU-accelerated, automatically differentiable package therefore offers a compelling route to making the compelling
49-
science possible with these data feasible.
48+
single GPU-accelerated, automatically differentiable package therefore offers a compelling route to making the
49+
science these data enable feasible.
5050

5151
Conventional derivative-free inference becomes difficult as analyses combine pixelized source reconstructions,
52-
multi-band datasets, millions of interferometer visibilities, strong- and weak-lensing constraints, and multi-scale m
53-
ass models across increasingly large lens samples. PyAutoLens-JAX addresses this computational bottleneck by
52+
multi-band datasets, millions of interferometer visibilities, strong- and weak-lensing constraints, and multi-scale
53+
mass models across increasingly large lens samples. PyAutoLens-JAX addresses this computational bottleneck by
5454
making the complete modelling framework compatible with GPU execution and automatic differentiation. This enables faster likelihood evaluation and the use of gradient-based optimisation and sampling methods across the full range of PyAutoLens datasets and lensing regimes.
5555

5656
# State of the field

0 commit comments

Comments
 (0)