From 588f1bdb92bd097120ddd73748a73600548fc5be Mon Sep 17 00:00:00 2001 From: Bart Doekemeijer Date: Wed, 13 Nov 2024 09:31:38 +0100 Subject: [PATCH] Import copy library --- floris/core/flow_field.py | 1 + 1 file changed, 1 insertion(+) diff --git a/floris/core/flow_field.py b/floris/core/flow_field.py index 4b84ee0a9..5c7317bc5 100644 --- a/floris/core/flow_field.py +++ b/floris/core/flow_field.py @@ -2,6 +2,7 @@ from __future__ import annotations import attrs +import copy import matplotlib.path as mpltPath import numpy as np from attrs import define, field