-
Notifications
You must be signed in to change notification settings - Fork 7
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
Use minimum of average template as its offset #207
Comments
The subtraction as implemented above will mean that different offset subtraction types are doing very similar things, if I understand correctly. |
Ok... It seems the problem is the change I made to the
and turned it into this:
Previously the template was seeing a subtraction that was controlled by the Specifically, the
So if the average is positive it doesn't subtract it. This maybe is not the right choice but this is where I should be looking for fixes. What I implemented previously was a hack. |
Reverted the change and after bugfixes to the reversion: ba68071 But we still have issues with OG data. So we fix these specifically whilst not messing up the others... |
See 19bfe8e
This stops weird patterns emerging on the image. We test for a while on dev before accepting fully.
The text was updated successfully, but these errors were encountered: