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

Fix flag explanation #497

Merged
merged 1 commit into from
Nov 13, 2024
Merged

Fix flag explanation #497

merged 1 commit into from
Nov 13, 2024

Conversation

lkloh
Copy link
Contributor

@lkloh lkloh commented Nov 12, 2024

No description provided.

@@ -18,7 +18,7 @@
DEFINE_string(input, "", "path to csv containing input data.");
DEFINE_string(predict, "", "path to csv containing prediction locations.");
DEFINE_string(output, "", "path where predictions will be written in csv.");
DEFINE_string(thin, "1", "path where predictions will be written in csv.");
DEFINE_string(thin, "1", "samples 1 out of every <thin> inputs");
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was almost certainly a copy paste error

@lkloh lkloh requested a review from peddie November 12, 2024 23:52
@lkloh lkloh merged commit 8d6a028 into master Nov 13, 2024
9 checks passed
@lkloh lkloh deleted the lkloh-patch-1 branch November 13, 2024 00:25
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

Successfully merging this pull request may close these issues.

2 participants