Skip to content

Commit d17dd8d

Browse files
committed
Formatting
1 parent fd49f9d commit d17dd8d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/lsdb_rubin/tract_patch_search.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import math
21
from typing import TYPE_CHECKING
32

43
from lsdb.core.search.abstract_search import AbstractSearch

tests/lsdb_rubin/conftest.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
import pickle
21
from pathlib import Path
32

43
import lsdb
54
import pytest
6-
75
from skymap_convert import ConvertedSkymapReader
86

9-
DATA_DIR_NAME = "data"
107
TEST_DIR = Path(__file__).parent.parent
118
SKYMAP_DIR_NAME = "skymaps"
129
SMALL_SKY_DIR_NAME = "small_sky"
@@ -15,7 +12,7 @@
1512
@pytest.fixture
1613
def test_data_dir():
1714
"""Fixture to provide the path to the test data directory."""
18-
return Path(TEST_DIR) / DATA_DIR_NAME
15+
return Path(TEST_DIR) / "data"
1916

2017

2118
@pytest.fixture

0 commit comments

Comments
 (0)