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 d43a30a commit cdda08aCopy full SHA for cdda08a
tests/networks/blocks/warp/test_warp.py
@@ -10,7 +10,6 @@
10
# limitations under the License.
11
from __future__ import annotations
12
13
-import os
14
import unittest
15
from pathlib import Path
16
@@ -158,7 +157,7 @@ def test_grad(self):
158
157
159
160
TESTS_PATH = Path(__file__).parents[3]
161
-FILE_PATH = os.path.join(TESTS_PATH, "testing_data", "temp_" + "mri.nii")
+FILE_PATH = TESTS_PATH / "testing_data" / "temp_" / "mri.nii"
162
163
164
def load_img_and_sample_ddf():
0 commit comments