Skip to content

Commit

Permalink
MAINT: restrict nbmake only for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jul 7, 2023
1 parent 5613211 commit e5783f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ test =
%(test-types)s
ampform >=0.13 # https://github.com/ComPWA/ampform/issues/208
nbmake
nbmake <1.3; python_version <"3.8.0"
pytest-benchmark
pytest-cov
pytest-xdist
Expand Down

1 comment on commit e5783f3

@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: e5783f3 Previous: ac24830 Ratio
benchmarks/expression.py::test_fit[1000-Minuit2-numpy] 4.879943036307762 iter/sec (stddev: 0.0005650851109743439) 14.869979398297922 iter/sec (stddev: 0.0016287884243066399) 3.05
benchmarks/expression.py::test_fit[1000-Minuit2-numba] 4.792497147115306 iter/sec (stddev: 0.006163953559408886) 14.951713255145576 iter/sec (stddev: 0.0011812237821609804) 3.12
benchmarks/expression.py::test_fit[1000-ScipyMinimizer-numpy] 4.694632220239941 iter/sec (stddev: 0.005749823396217159) 14.60869514404637 iter/sec (stddev: 0.001266803825253382) 3.11
benchmarks/expression.py::test_fit[1000-ScipyMinimizer-numba] 4.406241849774543 iter/sec (stddev: 0.03266426906456856) 14.68340738706462 iter/sec (stddev: 0.0009952509054025735) 3.33

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

Please sign in to comment.