We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac949a commit b6da9faCopy full SHA for b6da9fa
1 file changed
sbpy/bib/tests/test_bib.py
@@ -155,8 +155,8 @@ def test_Tracking_issue_64():
155
156
reset()
157
with Tracking():
158
- gamma_H2O = photo_lengthscale("H2O")
159
- gamma_OH = photo_lengthscale("OH")
+ gamma_H2O = photo_lengthscale("H2O", "CS93")
+ gamma_OH = photo_lengthscale("OH", "CS93")
160
words = show().split()
161
assert "OH" in words
162
assert "H2O" in words
0 commit comments