-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 curry/chili powder substitutions #34540
Fix curry/chili powder substitutions #34540
Conversation
btw this PR is JSON only... currently tagged as C++ |
412e7d0
to
b037bed
Compare
That's strange. For this recipe, the only change was adding 20 chili powder as alternative to 20 curry powder. Neither should have any caloric content. In this test, does the calorie counting recurse into the components of the components? Because that may be why this is happening. |
I am not 100% sure, but I think you need to use |
That's a very odd outcome, I agree this should not have done anything to the nutrition test. |
I notice sausage and bratwurst have pretty different calories, 474 vs 297. This was probably right on the border of failing previously. The smallest change likely to make the test happy is to bump the bratwurst requirement to three portions. |
Ok I checked and that didn't do it, but i works if you cut all the quantities of the currywurst recipe in half. |
Summary
SUMMARY: Content "Fix recipe substitutions for chili and curry powder"
Purpose of change
Related to #34068, mentioned in point 2 and 3 of proposed solution.
Describe the solution
Removed instances in food recipes where red sauce appears next to curry/chili powder and chili pepper.
Added chili powder as substitute for curry powder in every recipe curry powder is used.
Describe alternatives you've considered
N/A?
Additional context
Before (recipe is curry with meat)
After