Skip to content

Commit 4eccf9e

Browse files
committed
Always import pi from backend
1 parent 102af46 commit 4eccf9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrecest/tests/distributions/test_hyperspherical_grid_distribution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import copy
22
import unittest
33
import warnings
4-
from math import pi
54

65
import numpy.testing as npt
76
import pyrecest
87
from pyrecest.backend import (
98
allclose,
109
array,
1110
cos,
11+
pi,
1212
eye,
1313
linspace,
1414
meshgrid,

0 commit comments

Comments
 (0)