-
Notifications
You must be signed in to change notification settings - Fork 135
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
bug in recipe tab when changing mash #728
Comments
Thanks for the detailed info. Will have a look at this. I managed to break the mash wizard a while back when I rewrote the database abstraction layer. @mikfire gave me lots of patient feedback on what was misbehaving, which resulted in a fair few fixes, but it's entirely plausible that I didn't get everything 100% right! |
The first will almost certainly be a missing signal. It has all the signs I have come to associate with a missing signal. For the second problem, do the mash steps get deleted and the volume of water simply is not added back to the infusion step, or do the old mash steps not get deleted? The reason we have a 'no-sparge' option is that one of the developers (cough) bought an electric, all-in-one brewing system and has not sparged since. |
Wonderful. Your English is fine. The screen shots were perfect and this should help a lot. Thanks for the update. |
Hey, I think I found a couple of interesting stumbles. So, if I need to recalculate the mash profile for correction purposes, then I have a series of bugs.
Let's start with "simple". Let's say you need to reduce the amount of cooking. Enter in the target batch size, target boil size. After that, in the mashing tab, use mash wiz. Calculation works correctly, but no changes are made in the main recipe window, and if you click "generate instructions" in the brewday tab, the instructions will be generated as if there were no changes in the target batch size and boil. This will also be indicated by the graphical display of the blue lines "batch size" and "boil size". But if you restart brewtarget, then the changes will be made, and everything is correct. As far as I can tell, this bug (or maybe not) is related to query and persistence in SQLite. Perhaps in the case of a batch correction, saving does not occur immediately.
The second bug is also related to the overwrite tab. We can use mash wiz to adjust the density of the mash by changing the L/kg and, in the case of Batch Sparge, the number of batches. But if we want to stop using sparge, then the program will refuse to add this water (the one used for sparge) to the previous steps in order to maintain the target boil volume. Maybe I'm a brewing noob and everyone should be using sparge, but then why does the program have a "no sparge" option? :)
P.S. this generally does not interfere with the operation of the program, so I would not call these bugs significant.
(As always, I can describe the problem without saying my setup. I still need to learn how to post.) So, this is win10, the error is definitely on versions 3.0.5, 3.0.6., 3.0.7.
However, it seems that it is rather used only in the case of the decoction method of infusion, since in the infusion it seems to work correctly.
The text was updated successfully, but these errors were encountered: