@@ -193,6 +193,7 @@ sequence = [
193193cmd = """
194194pytest benchmarks \
195195 --benchmark-autosave \
196+ --benchmark-json benchmarks/output.json \
196197 --durations=0 \
197198 -k benchmark
198199"""
@@ -388,8 +389,7 @@ filterwarnings = [
388389 " ignore:Please use `spmatrix` from the `scipy.sparse` namespace.*:DeprecationWarning" ,
389390 " ignore:Protobuf gencode version .*:UserWarning" ,
390391 " ignore:The distutils package is deprecated and slated for removal.*:DeprecationWarning" ,
391- " ignore:divide by zero encountered in divide:RuntimeWarning" ,
392- " ignore:divide by zero encountered in true_divide:RuntimeWarning" ,
392+ " ignore:divide by zero encountered in (true_)?divide:RuntimeWarning" ,
393393 " ignore:invalid value encountered in .*:RuntimeWarning" ,
394394 " ignore:jax\\ .xla_computation is deprecated\\ . Please use the AOT APIs\\ .:DeprecationWarning" ,
395395 " ignore:ml_dtypes\\ .float8.*:DeprecationWarning" ,
@@ -618,6 +618,6 @@ possibly-unresolved-reference = "warn"
618618unused-ignore-comment = " warn"
619619
620620[tool .uv .sources ]
621- ampform = {git = " https://github.com/ComPWA/ampform" , rev = " efa52389815763f82308b45af28b4f7c36cd5844 " }
621+ ampform = {git = " https://github.com/ComPWA/ampform" , rev = " ff440da177526ffd5b12cd8382db9f8a20f2cad1 " }
622622ampform-dpd = {git = " https://github.com/ComPWA/ampform-dpd" , rev = " 0d0dff484150f7e14bec5b3370aa2dcb790c1c22" }
623623qrules = {git = " https://github.com/ComPWA/qrules" , rev = " b80baecb7ecb687f46ff043e388a3d9077687d3c" }
0 commit comments