Skip to content

Commit cab3298

Browse files
committed
fix: restore maxdepth sampler option
1 parent 5043c03 commit cab3298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrapper.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ impl PyNutsSettings {
333333
}
334334
}
335335

336-
#[setter(maxdepth)]
336+
#[setter(mindepth)]
337337
fn set_mindepth(&mut self, val: u64) {
338338
match &mut self.inner {
339339
Settings::Diag(nuts_settings) => nuts_settings.mindepth = val,

0 commit comments

Comments
 (0)