Skip to content

Commit 2e46826

Browse files
committed
adapt import for importlib mode
1 parent db22d94 commit 2e46826

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/test_coupling.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import pytest
66
import tfs
77
from pandas.testing import assert_frame_equal
8-
from test_rdt import arrays_are_close_almost_everywhere
98

109
from optics_functions.constants import (
1110
ALPHA,
@@ -32,6 +31,8 @@
3231
)
3332
from optics_functions.utils import prepare_twiss_dataframe
3433

34+
from .test_rdt import arrays_are_close_almost_everywhere
35+
3536
INPUT = Path(__file__).parent.parent / "inputs"
3637
COUPLING_BUMP_INPUTS = INPUT / "coupling_bump"
3738
COUPLING_BUMP_TWISS_BEAM_1 = COUPLING_BUMP_INPUTS / "twiss.lhc.b1.coupling_bump.tfs"

0 commit comments

Comments
 (0)