From 6806f73bd43d36bb6cb378de69d90b6eef8c828c Mon Sep 17 00:00:00 2001 From: cpf Date: Sat, 14 May 2022 09:12:07 +0200 Subject: [PATCH] missing import --- openmc/stats/multivariate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/stats/multivariate.py b/openmc/stats/multivariate.py index bbd11a15e..56f682056 100644 --- a/openmc/stats/multivariate.py +++ b/openmc/stats/multivariate.py @@ -1,6 +1,6 @@ from abc import ABC, abstractmethod from collections.abc import Iterable -from math import pi +from math import pi, cos from numbers import Real from xml.etree import ElementTree as ET