Skip to content

Commit 52b94a7

Browse files
authored
Merge pull request #337 from femtomc/20201118_mrb_randomchoicenodes_fix
Spelling mistake in backprop.jl for static DSL
2 parents cd49151 + 2d0613f commit 52b94a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/static_ir/backprop.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ function get_selected_choices(::EmptyAddressSchema, ::StaticIR)
353353
end
354354

355355
function get_selected_choices(::AllAddressSchema, ir::StaticIR)
356-
Set{RandomChoiceNodes}(ir.choice_nodes)
356+
Set{RandomChoiceNode}(ir.choice_nodes)
357357
end
358358

359359
function get_selected_choices(schema::StaticAddressSchema, ir::StaticIR)

0 commit comments

Comments
 (0)