Skip to content

Commit df57bb4

Browse files
authored
Update src/workloads.jl
1 parent 272ce1a commit df57bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workloads.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ using PrecompileTools
1919

2020
@compile_workload begin
2121
dsep(dag__, 6, 8, 1)
22-
collect(list_covariate_adjustment(dag, 6, 8, Int[], setdiff(Set(1:8), [1, 2])))
22+
collect(list_covariate_adjustment(dag__, 6, 8, Int[], setdiff(Set(1:8), [1, 2])))
2323
end
2424
end

0 commit comments

Comments
 (0)