Spectral-Analysis-UPB / PyZEAL

Project dealing with the numerical calculation of zeros, poles and residues of holomorphic and meromorphic functions. It aspires to be a PYthon ZEAL (ZEros of AnaLytic functions, a Fortran90 package) successor.
https://pyzeal.readthedocs.io/en/latest/
GNU General Public License v3.0
4 stars 1 forks source link

Create asv Configuration and first Test Suite #6

Closed PhilippSchuette closed 2 years ago

PhilippSchuette commented 2 years ago
PhilippSchuette commented 2 years ago

The configuration has been created (asv.conf.json) and adapted to our specific build process. The default benchmarks (benchmarks/) provided by asv quickstart run successfully on my local machine using the command

The generated results can be found in .asv/results/ and visualized as static html using

The resulting html files will not be pushed to the repository!