Showing 21 of 35 total issues
Function _compile_fortran_code
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
Open
def _compile_fortran_code( silent: bool = True, fortran_compiler: Literal["gfortran", "gfortran-9"] = "gfortran", force_recompile: bool = False,) -> None:
- Read upRead up