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.
After successfully compiling, when I run
./main --help, I get the following warning:The same warning pops up when running anything through
main.