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 02db8c9 commit 98a7c24Copy full SHA for 98a7c24
test/utils.jl
@@ -58,6 +58,8 @@ end
58
@test occursin("y_true", s)
59
@test occursin("instance=\"this is an instance\"", s)
60
61
+ @test propertynames(sample) == (:x, :θ, :y, :info, :instance)
62
+
63
# Create a dataset for testing
64
N = 5
65
dataset = [random_sample() for _ in 1:N]
0 commit comments