-
Notifications
You must be signed in to change notification settings - Fork 44
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 indicator box #1486
Fix indicator box #1486
Conversation
closes TomographicImaging#1485 Adds unittest for all functions with proximal defined.
If you want you can also fix the following:
I also suggest to create a new class for the |
Note that the test fails on Windows but not on Linux
Notice that a new issue has arisen while developing the unit tests on Windows #1487 |
Maybe, but currently our unit tests are a bit of a mess. In practice I added tests for |
|
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.
Approved once we get to the bottom of TV C backend failing for Edo, #1487 !
Signed-off-by: Gemma Fardell <47746591+gfardell@users.noreply.github.com>
Signed-off-by: Gemma Fardell <47746591+gfardell@users.noreply.github.com>
Maybe it's worth adding the test in the init. |
Signed-off-by: Edoardo Pasca <edo.paskino@gmail.com>
Describe your changes
Removes wrong implementation of the
proximal_conjugate
method inIndicatorBox
. Uses the implementation in the base class.Describe any testing you have performed
Please add any demo scripts to CIL-Demos/misc/
Added unittests to test implementation of proximal conjugate in all proximable functions.
Link relevant issues
closes #1485
Checklist when you are ready to request a review
Contribution Notes
Please read and adhere to the developer guide and local patterns and conventions.