Skip to content

Commit edb0b67

Browse files
committed
Fix small bug in substitution
1 parent f95a95c commit edb0b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_planar_pcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_planar_cc():
4545
shear_indices = [3 * i + 1 for i in range(num_segments)]
4646
axial_indices = [3 * i + 2 for i in range(num_segments)]
4747

48-
substitutions = {"th0": 0}
48+
substitutions = {sym_exps["params_syms"]["th0"]: 0}
4949
for idx in shear_indices:
5050
substitutions[xi_syms[idx]] = 0
5151
substitutions[xi_d_syms[idx]] = 0

0 commit comments

Comments
 (0)