Skip to content

Commit

Permalink
bugfix in test_SIRF.py
Browse files Browse the repository at this point in the history
Signed-off-by: Edoardo Pasca <edo.paskino@gmail.com>
  • Loading branch information
paskino authored Sep 7, 2023
1 parent b0503d1 commit 89bda5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Wrappers/Python/test/test_SIRF.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
from cil.optimisation.algorithms import FISTA

import os
from cil.plugins.ccpi_regularisation.functions import FGP_TV, TGV, TNV, FGP_dTV
from cil.utilities.display import show2D

from testclass import CCPiTestClass
Expand Down Expand Up @@ -486,4 +485,4 @@ def setUp(self):
recon.set_input(preprocessed_data)
recon.process()
self.image1 = recon.get_output()
self.image2 = self.image1 * 0.5
self.image2 = self.image1 * 0.5

0 comments on commit 89bda5d

Please sign in to comment.