Closed bpatel2107 closed 8 months ago
Attention: Patch coverage is 98.58156%
with 2 lines
in your changes are missing coverage. Please review.
Project coverage is 84.72%. Comparing base (
734a665
) to head (36c2323
).
Files | Patch % | Lines |
---|---|---|
src/pyrokinetics/equilibrium/gacode.py | 98.61% | 1 Missing :warning: |
src/pyrokinetics/kinetics/gacode.py | 98.55% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
There were some issues with the import of
pygacode
due to the requirement of a fortran compiler. That was only being used to read ininput.gacode
files but this broke pyro on machine without fortran compilers. I've written a direct reader for that file type so we can remove the dependency onpygacode