CCPi-Regularisation-Toolkit icon indicating copy to clipboard operation
CCPi-Regularisation-Toolkit copied to clipboard

unit tests for 3D and 2D tests update

Open dkazanc opened this issue 8 months ago • 0 comments

Adding 3D unittests and 2D tests update with #207 consideration.

@paskino mentioned:

This may not be sufficient to run the GPU tests.

In CIL we also verify that a NVIDIA GPU is installed by calling nvidia-smi along these lines

#nvidia try: subprocess.check_output('nvidia-smi') has_nvidia = True except: has_nvidia = False

dkazanc avatar Jun 04 '24 09:06 dkazanc