Skip to content

Commit 327c232

Browse files
committed
Fix bug with -julia algo(...)-
1 parent d5e89a1 commit 327c232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boottest.ado

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ program define boottest, rclass sortpreserve
896896
getci = `level'<100 && "`cimat'" != "", getplot = "`plotmat'"!="", ///
897897
getauxweights = "`svv'"!="", ///
898898
rng=rng, ///
899-
granular=`=cond(`granular', "True", "False", "missing")' )
899+
granular=`=cond(`granular', "true", "false", "missing")' )
900900
_jl: rand(rng, Int32) // chain Julia rng back to Stata to advance it replicably
901901
set seed `r(ans)'
902902
if "`plotmat'"!="" {

0 commit comments

Comments
 (0)