Skip to content

Commit

Permalink
included tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sofia Calgaro committed Jan 17, 2025
1 parent 7f27ae2 commit f2f7be7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/plotting/test_fit_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ include("../../src/plotting.jl")
@test diff <= tolerance
end


settings[:bkg_only] = false
total = nothing
total = ZeroNuFit.fit_model(
Expand Down
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ Logging.global_logger(Logging.ConsoleLogger(stdout, Logging.Info))

Test.@testset "Package ZeroNuFit" begin
include("io/test_all.jl")
include("plotting/test_all.jl")
include("statistics/test_all.jl")
include("utils/test_all.jl")
end

0 comments on commit f2f7be7

Please sign in to comment.