We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95a95c commit edb0b67Copy full SHA for edb0b67
tests/test_planar_pcs.py
@@ -45,7 +45,7 @@ def test_planar_cc():
45
shear_indices = [3 * i + 1 for i in range(num_segments)]
46
axial_indices = [3 * i + 2 for i in range(num_segments)]
47
48
- substitutions = {"th0": 0}
+ substitutions = {sym_exps["params_syms"]["th0"]: 0}
49
for idx in shear_indices:
50
substitutions[xi_syms[idx]] = 0
51
substitutions[xi_d_syms[idx]] = 0
0 commit comments