Skip to content

Commit b8add4c

Browse files
committed
Rename unconstrained -> unconstrained_draw
1 parent ced1365 commit b8add4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nuts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ impl<H: Hamiltonian, A: AdaptStrategy> ArrowBuilder<NutsSampleStats<H::Stats, A:
634634
}
635635

636636
if let Some(mut unconstrained) = self.unconstrained.take() {
637-
fields.push(Field::new("unconstrained", unconstrained.data_type().clone(), true));
637+
fields.push(Field::new("unconstrained_draw", unconstrained.data_type().clone(), true));
638638
arrays.push(unconstrained.as_box());
639639
}
640640

0 commit comments

Comments
 (0)