dtm icon indicating copy to clipboard operation
dtm copied to clipboard

initialize_lda

Open davidakelley opened this issue 9 years ago • 1 comments

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.

davidakelley avatar Aug 27 '15 20:08 davidakelley

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.

vincentmajor avatar Sep 28 '17 04:09 vincentmajor