We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b7e62 commit 61b3304Copy full SHA for 61b3304
1 file changed
pineappl_py/tests/test_fk_table.py
@@ -113,8 +113,8 @@ def test_fktable(
113
114
# Check that FK table is in the Evolution basis and rotate into PDG
115
assert fk.pid_basis == PidBasis.Evol
116
- new_fk = fk.rotate_pid_basis(PidBasis.Pdg)
117
- assert new_fk.pid_basis == PidBasis.Pdg
+ fk.rotate_pid_basis(PidBasis.Pdg)
+ assert fk.pid_basis == PidBasis.Pdg
118
119
def test_unpolarized_convolution(
120
self,
0 commit comments