We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db22d94 commit 2e46826Copy full SHA for 2e46826
tests/unit/test_coupling.py
@@ -5,7 +5,6 @@
5
import pytest
6
import tfs
7
from pandas.testing import assert_frame_equal
8
-from test_rdt import arrays_are_close_almost_everywhere
9
10
from optics_functions.constants import (
11
ALPHA,
@@ -32,6 +31,8 @@
32
31
)
33
from optics_functions.utils import prepare_twiss_dataframe
34
+from .test_rdt import arrays_are_close_almost_everywhere
35
+
36
INPUT = Path(__file__).parent.parent / "inputs"
37
COUPLING_BUMP_INPUTS = INPUT / "coupling_bump"
38
COUPLING_BUMP_TWISS_BEAM_1 = COUPLING_BUMP_INPUTS / "twiss.lhc.b1.coupling_bump.tfs"
0 commit comments