ExactPack icon indicating copy to clipboard operation
ExactPack copied to clipboard

ExactPack: An Open-Source Software Package for Code Verification

Results 3 ExactPack issues
Sort by recently updated
recently updated
newest added

the `JWL_f` function in `exactpack/solvers/riemann/utils.py` evaluated part of the JWL $`p(v,e)`$ EOS as `A * (1. - G / R1r) * exp(- R1r) + B * (1. - G /...

ExactPack's `requirements.txt` gives the `numpy` requirement as `numpy >= 1.13.3`, but I get the following error when trying to run its tests: ``` console $ pytest $(python3 -c 'import importlib.resources;...