probabilistic-numerics / probnum

Probabilistic Numerics in Python.
http://probnum.org
MIT License
439 stars 57 forks source link

Fix to benchmark runner by adding custom build command #790

Closed JonathanWenger closed 1 year ago

JonathanWenger commented 1 year ago

In a Nutshell

Adds a custom build command for the benchmarks and a asv check to the github action.

Detailed Description

Tries to address the issues raised in #787. The problem was presumably that probnum was not properly installed into the virtualenv that was used for benchmarking.

Related Issues

Closes #787