Skip to content

unit tests for 3D and 2D tests update #208

@dkazanc

Description

@dkazanc

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions