dtm
dtm copied to clipboard
initialize_lda
After successfully compiling, when I run ./main --help
, I get the following warning:
Flag initialize_lda is of type bool, but its default value is not a boolean.
NOTE: This will soon be a compilations error!main: Warning: SetUsageMessage() never called
The same warning pops up when running anything through main
.
I imagine this is an issue with an updated compiler.
When you see this message, specifying initialize_lda=true
/ initialize_lda=false
will fail. Instead, you need to specify initialize_lda=1
/ 0
.