We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd5460 commit ee3df9eCopy full SHA for ee3df9e
pineappl_py/tests/test_grid.py
@@ -263,7 +263,7 @@ def test_bins_redefinition(self, fake_grids):
263
# Test error due to bin mismatch
264
fill_limits = [float(i) for i in range(10)]
265
bin_configs = BinsWithFillLimits.from_fill_limits(fill_limits=fill_limits)
266
- with pytest.raises(ValueError, match="BinNumberMismatch"):
+ with pytest.raises(ValueError, match="General"):
267
g.set_bwfl(bin_configs)
268
269
def test_rotate_pidbasis(
0 commit comments