Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initialize_lda #4

Open
davidakelley opened this issue Aug 27, 2015 · 1 comment
Open

initialize_lda #4

davidakelley opened this issue Aug 27, 2015 · 1 comment

Comments

@davidakelley
Copy link

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.

@vincentmajor
Copy link

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.

GerHobbelt pushed a commit to GerHobbelt/dtm that referenced this issue Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants