We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5d729 commit 44eb4b5Copy full SHA for 44eb4b5
test/outputs.jl
@@ -85,9 +85,9 @@ include(joinpath(TESTDIR, "testutils.jl"))
85
@test tmle["EFFECT_SIZE"] == "Failed"
86
87
# Check subsetted results & optional QQplot generation
88
- sub_results = results[1,:]
89
- qqplot(joinpath(tmpdir, "Non_existent_QQ.png"), sub_results)
90
- @test !isfile(tmpdir, "Non_existent_QQ.png")
+ sub_results = results[1:1, :]
+ TargeneCore.qqplot(TargeneCore.make_filepath_from_prefix(tmpdir; filename = "Non_existent_QQ.png"), sub_results)
+ @test !isfile(joinpath(tmpdir, "Non_existent_QQ.png"))
91
end
92
93
0 commit comments