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 a0660d4 commit 0a5d729Copy full SHA for 0a5d729
test/outputs.jl
@@ -83,6 +83,11 @@ include(joinpath(TESTDIR, "testutils.jl"))
83
tmle = failed_estimate["TMLE"]
84
@test tmle["PVALUE"] === NaN
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")
91
end
92
93
0 commit comments