From a37a934e2d2741b63753f5eb2ad2e3a72240bb8d Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 22 Apr 2021 12:20:20 -0400 Subject: [PATCH] fix typo --- scripts/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/utils.py b/scripts/utils.py index 51a6730..83af606 100644 --- a/scripts/utils.py +++ b/scripts/utils.py @@ -22,7 +22,7 @@ def get_path_from_json(structure): @param structure: dictionary of of a loaded json file. """ size = structure['size'] - position = structure['posn'] + position = structure['position'] orientation = np.array(structure['orientation']) path_type = structure['type'] if path_type == 'SteppedRings':