Closed fedebenelli closed 3 months ago
Attention: Patch coverage is 97.80220%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 92.04%. Comparing base (
9613363
) to head (e642bb0
).
Files | Patch % | Lines |
---|---|---|
src/models/residual_helmholtz/ar_models.f90 | 97.77% | 0 Missing and 1 partial :warning: |
src/phase_equilibria/stability.f90 | 66.66% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Algo a tener en cuenta es que la API C tiene que luego quedar dentro de la librería misma y no en la subcarpeta de Python. En la subcarpeta de Python debería de haber un solo archivo yaeos_python.f90
tipo:
! yaeos_python.f90
module yaeos_python
use yaeos_c_interface
end module
Yo me encargo de esto, pero lo dejo asentado acá para no olvidarme
We are in the process of adding a Python API that wraps our library, that it is instalable with
pip
.Things I consider needed to merge into
dev
flake8
andblack
class