We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40629f6 commit e291254Copy full SHA for e291254
src/WallGo/results.py
@@ -140,7 +140,7 @@ class WallGoResults:
140
"""Bubble wall velocity :math:`v_w`. None if no solution was found."""
141
142
wallVelocityError: float | None
143
- """Estimated error in bubble wall velocity :math:`\delta v_w`. None if no solution was found."""
+ r"""Estimated error in bubble wall velocity :math:`\delta v_w`. None if no solution was found."""
144
145
wallVelocityLTE: float | None
146
r"""Bubble wall velocity in local thermal equilibrium :math:`v_w^\text{LTE}`. None when looking for a
0 commit comments