Skip to content

Commit

Permalink
Adjust doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed May 16, 2024
1 parent 87777ec commit 6c4a35b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions benchmarks/ekore/benchmark_pegasus_ad_us_as2.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"""Benchmark the NLO anomalous dimensions against PEGASUS"""
"""Benchmark the unpolarized NLO anomalous dimensions against PEGASUS.
Recall that we obtained our representation not from PEGASUS, but derived it
ourselves (see comment there)."""

import numpy as np
import pytest
Expand All @@ -21,7 +24,6 @@ def check_gamma_1_pegasus(N, NF):
ZETA2 = zeta2
ZETA3 = zeta3

# N = np.random.rand(1) + np.random.rand(1) * 1j
S1 = h.S1(N)
S2 = h.S2(N)

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/ekore/benchmark_pegasus_mellin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Benchmark the NLO anomalous dimensions against PEGASUS"""
"""Benchmark the Mellin transforms against PEGASUS."""

import numpy as np
import pytest
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/ekore/benchmark_pegasus_ome_ps_as2.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Benchmark the NLO anomalous dimensions against PEGASUS"""
"""Benchmark the polarized NNLO OME against PEGASUS"""

import numpy as np
import pytest
Expand Down

0 comments on commit 6c4a35b

Please sign in to comment.