Skip to content

Commit

Permalink
add a test
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnv committed Dec 10, 2024
1 parent ff67cb4 commit ac8309d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ using RData
@testset "Dont go out of bound" begin
daily_hazard(survexp_fr[:male], 20*365.241, (survexp_fr[:male].year_min-1)*365.241+12)
end

@testset "Test show method running" begin
show(slopop)^
show(slopop[:male])
end
end


0 comments on commit ac8309d

Please sign in to comment.