From 2dd4f43a690401b957e4662afb9ffc6867e257a1 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Thu, 27 Feb 2020 14:34:27 +0100 Subject: [PATCH] Add forgotton `import` in README example --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index fe0420d..2e85c72 100644 --- a/README.rst +++ b/README.rst @@ -56,6 +56,8 @@ Usage .. code-block:: python + import pyronn_torch + #ConeBeamProjector(volume_shape, # volume_spacing, # volume_origin, -- GitLab