PTsolvers / JustRelax.jl

Pseudo-transient accelerated iterative solvers
https://ptsolvers.github.io/JustRelax.jl/dev/
MIT License
30 stars 5 forks source link

Small changes #176

Closed aelligp closed 4 months ago

aelligp commented 4 months ago

This PR adds a return statement to the PT diffusion solver

        return (
        iter_count=iter_count,
        norm_ResT=norm_ResT,
    )

and updates the runtest() function that test_traits.jl, test_types.jl, test_arrays_conversions.jl are not run twice in the CI

 f0 = ("test_traits.jl", "test_types.jl", "test_arrays_conversions.jl")
    for f in f0
        include(f)
    end
testfiles = [f for f in testfiles if basename(f) ∉ f0]
codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Files Patch % Lines
src/thermal_diffusion/DiffusionPT_solver.jl 50.00% 1 Missing :warning:
Additional details and impacted files

:loudspeaker: Thoughts on this report? Let us know!