-
Notifications
You must be signed in to change notification settings - Fork 4
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
Remove dependency on cljx-sampling
#248
Conversation
(def common-beer-format-version | ||
"The BeerXML version this library is based on." | ||
1) | ||
|
||
|
||
(def amount-cutoff 2.26796) ; 5 pounds in kilograms |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clj-kondo] reported by reviewdog 🐶
Missing docstring.
@@ -80,23 +85,23 @@ | |||
|
|||
|
|||
(def common-beer-format-default-mash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clj-kondo] reported by reviewdog 🐶
Missing docstring.
mash/type mash/infusion | ||
mash/step-temp 68.0 | ||
mash/step-time 60.0 | ||
mash/infuse-amount 10.0}}]}) | ||
|
||
|
||
(def common-beer-format-recipe-defaults |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clj-kondo] reported by reviewdog 🐶
Missing docstring.
Proposed Changes
brew-bot.sampling.api/sample
andbrew-bot.sampling.api/weighted-sample
.brew-bot.sampling.api/with-seed
to set a seed for the internal random generator over multiple sampling calls.cljx-sampling
has been removed.Pre-merge Checklist