From b15a1e4b129414356b7f47961c4bfebd74db419e Mon Sep 17 00:00:00 2001 From: Mike Boyle Date: Thu, 21 Sep 2023 13:03:35 -0400 Subject: [PATCH] Import math --- tests/test_mode_calculations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_mode_calculations.py b/tests/test_mode_calculations.py index 5f908028..17c816b8 100644 --- a/tests/test_mode_calculations.py +++ b/tests/test_mode_calculations.py @@ -1,6 +1,7 @@ # Copyright (c) 2015, Michael Boyle # See LICENSE file for details: +import math import numpy as np import quaternion import spinsfast