Skip to content
Snippets Groups Projects
Commit 76d2696c authored by Anton Weiss's avatar Anton Weiss
Browse files

dummy random

parent b5eed67e
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ class PyProjection(PyProjectionGeometry):
return cls(np.array([0., 100., 0]),
np.array([0., -100., 0]),
np.array([1., 0., 0, 1.]),
np.zeros((10, 10)),
np.random.randint(0, 65535, size=(10, 10), dtype=np.uint16),
10., 10.)
@classmethod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment