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 3190751 commit dfed176Copy full SHA for dfed176
test/test_experiments.jl
@@ -3,6 +3,8 @@
3
exp = createexperiment(mlf)
4
5
@test isa(exp, MLFlowExperiment)
6
+ @test_throws ErrorException createexperiment(mlf; name=exp.name)
7
+
8
deleteexperiment(mlf, exp)
9
end
10
0 commit comments