Skip to content

Commit 150d911

Browse files
ppegolojwa7
andauthored
Update python/featomic/featomic/clebsch_gordan/_equivariant_power_spectrum_by_pair.py
Co-authored-by: Joseph W. Abbott <[email protected]>
1 parent 7f0b410 commit 150d911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/featomic/featomic/clebsch_gordan/_equivariant_power_spectrum_by_pair.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def __init__(
171171

172172
if self.calculator_1.c_name not in supported_calculators_1:
173173
raise ValueError(
174-
f"Only [{', '.join(supported_calculators)}] are supported for "
174+
f"Only [{', '.join(supported_calculators_1)}] are supported for "
175175
f"`calculator_1`, got '{self.calculator_1.c_name}'"
176176
)
177177

0 commit comments

Comments
 (0)