From 164c7b4bc3fcc428d23f2b516f8ff14e35afda22 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Wed, 18 May 2022 09:31:19 -0400 Subject: [PATCH] clarified sequence of sequences argument type --- python/damask/_vtk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/damask/_vtk.py b/python/damask/_vtk.py index ccbfddd98..17d8afa53 100644 --- a/python/damask/_vtk.py +++ b/python/damask/_vtk.py @@ -257,7 +257,7 @@ class VTK: Parameters ---------- - grid : sequence of floats, len (3) + grid : sequence of sequences of floats, len (3) Grid coordinates along x, y, and z directions. Returns