Skip to content

Commit 0c87cd6

Browse files
committed
Make benchmark module docstring consistent
1 parent 3adac86 commit 0c87cd6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

benchmarks/precompute_spherical.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Benchmarks for spherical transforms."""
1+
"""Benchmarks for precompute spherical transforms."""
22

33
import numpy as np
44
import pyssht

benchmarks/spherical.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Benchmarks for spherical transforms."""
1+
"""Benchmarks for on-the-fly spherical transforms."""
22

33
import numpy as np
44
import pyssht

benchmarks/wigner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Benchmarks for Wigner transforms."""
1+
"""Benchmarks for on-the-fly Wigner-d transforms."""
22

33
import numpy as np
44
from benchmarking import benchmark, parse_args_collect_and_run_benchmarks, skip

0 commit comments

Comments
 (0)