Skip to content

Commit

Permalink
MAINT: remove tox restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jul 7, 2023
1 parent b260a8e commit 4f6ad5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ dev =
%(test)s
sphinx-autobuild
tox >=1.9 # for skip_install, use_develop
tox !=4.*; python_version <"3.8.0" # https://github.com/ComPWA/tensorwaves/actions/runs/4114638663/jobs/7102281592#step:3:97

[options.packages.find]
where = src
Expand Down

1 comment on commit 4f6ad5b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'TensorWaves benchmark results'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 4f6ad5b Previous: ac24830 Ratio
benchmarks/expression.py::test_fit[1000-Minuit2-numpy] 4.783017227710717 iter/sec (stddev: 0.0013542591668967343) 14.869979398297922 iter/sec (stddev: 0.0016287884243066399) 3.11
benchmarks/expression.py::test_fit[1000-Minuit2-numba] 4.677631737728513 iter/sec (stddev: 0.00494611510790319) 14.951713255145576 iter/sec (stddev: 0.0011812237821609804) 3.20
benchmarks/expression.py::test_fit[1000-ScipyMinimizer-numpy] 4.873647771944765 iter/sec (stddev: 0.0031116557226187514) 14.60869514404637 iter/sec (stddev: 0.001266803825253382) 3.00
benchmarks/expression.py::test_fit[1000-ScipyMinimizer-numba] 4.7553501502984 iter/sec (stddev: 0.004336855324562067) 14.68340738706462 iter/sec (stddev: 0.0009952509054025735) 3.09

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.