Skip to content

Commit 1080041

Browse files
committed
update docs
1 parent 6659b0b commit 1080041

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/utils.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,19 @@ function read_solution(instance::ArtifactProblemSpec; factor_eltype=Float64)
252252
end
253253
end
254254

255+
"""
256+
$TYPEDSIGNATURES
257+
"""
255258
function read_evidence(instance::ArtifactProblemSpec)
256259
problem_name = "$(instance.problem_set)_$(instance.problem_id).uai.evid"
257260
evidence_filepath = joinpath(instance.artifact_path, instance.task, problem_name)
258261
obsvars, obsvals = read_evidence_file(evidence_filepath)
259262
return Dict(zip(obsvars, obsvals))
260263
end
261264

265+
"""
266+
$TYPEDSIGNATURES
267+
"""
262268
function read_queryvars(instance::ArtifactProblemSpec)
263269
problem_name = "$(instance.problem_set)_$(instance.problem_id).uai.query"
264270
query_filepath = joinpath(instance.artifact_path, instance.task, problem_name)

0 commit comments

Comments
 (0)