From ec825945b6d0d901141c1bd102a461e6f5e14ff9 Mon Sep 17 00:00:00 2001 From: jan Date: Sun, 3 Jul 2016 03:00:13 -0700 Subject: [PATCH] Fix annotation --- fdfd_tools/grid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdfd_tools/grid.py b/fdfd_tools/grid.py index 12f0d9e..a4accb8 100644 --- a/fdfd_tools/grid.py +++ b/fdfd_tools/grid.py @@ -148,7 +148,7 @@ def stretch_with_scpml(dxes: dx_lists_t, return dxes -def generate_periodic_dx(pos: List[numpy.ndarray]) -> DXList: +def generate_periodic_dx(pos: List[numpy.ndarray]) -> dx_lists_t: """ Given a list of 3 ndarrays cell centers, creates the cell width parameters for a periodic grid.