-
Notifications
You must be signed in to change notification settings - Fork 1
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
479 imbrighten #480
479 imbrighten #480
Conversation
@@ -71,7 +71,7 @@ include("branch.jl") | |||
include("special_strels.jl") | |||
include("tilingutils.jl") | |||
include("histogram_equalization.jl") | |||
include("imadjust.jl") |
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.
I think the CI fails because of this deletion. Maybe keep the include("imadjust.jl")
and add include("brighten.jl")? It looks like there is still an imadjust.jl
script, suggesting that maybe we need both?
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.
Must have done that trying to resolve merge conflicts. I think it's fixed now. Thanks.
It's missing the call to the @test macro. I'll fix that!
|
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.
Tests passing now, looks good!
Closes #479.