We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28b313 commit 30a966bCopy full SHA for 30a966b
tests/sympy/test_cache_helpers.py
@@ -92,7 +92,7 @@ def test_reaction(self, expected_hash: str, formalism: SpinFormalism):
92
@pytest.mark.parametrize(
93
("expected_hashes", "formalism"),
94
[
95
- ({"863b872", "9b99008", "c5bfe92", "fcf67d3"}, "canonical-helicity"),
+ ({"8397450", "dc1ee0e"}, "canonical-helicity"),
96
({"1ba1704", "aced899", "cbd5ff0", "ceecb32"}, "helicity"),
97
],
98
ids=["canonical-helicity", "helicity"],
0 commit comments