File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -252,13 +252,19 @@ function read_solution(instance::ArtifactProblemSpec; factor_eltype=Float64)
252252 end
253253end
254254
255+ """
256+ $TYPEDSIGNATURES
257+ """
255258function 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))
260263end
261264
265+ """
266+ $TYPEDSIGNATURES
267+ """
262268function 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)
You can’t perform that action at this time.
0 commit comments