Skip to content

Commit c9cb2c8

Browse files
refactor: remove temp dataset
1 parent 9820e3f commit c9cb2c8

3 files changed

Lines changed: 2 additions & 120 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ extend-ignore = []
5252
convention = 'google'
5353

5454
[tool.coverage.run]
55-
omit = ["*__init__*", "*/temp_dataset.py"]
55+
omit = ["*__init__*"]
5656
source = ["dynamic_foraging_processing", "tests"]
5757

5858
[tool.coverage.report]

src/dynamic_foraging_processing/raw_data_loader/loader.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
import typing as t
66

77
import pandas as pd
8-
9-
from .temp_dataset import dataset as _build_dataset
8+
from aind_behavior_dynamic_foraging.data_contract import dataset as _build_dataset
109

1110
if t.TYPE_CHECKING:
1211
from contraqctor.contract import Dataset

src/dynamic_foraging_processing/raw_data_loader/temp_dataset.py

Lines changed: 0 additions & 117 deletions
This file was deleted.

0 commit comments

Comments
 (0)