Skip to content
Snippets Groups Projects
Commit 436918c9 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

tests(extraction): clean test_base

parent 8a4f17a3
No related branches found
Tags v0.1.44
No related merge requests found
......@@ -10,11 +10,6 @@ from extraction.core.functions.loaders import (
from extraction import local_data_loaders as data
from importlib_resources import files
# FUTURETODO can be replaced by importlib.resources.files('aliby') after upgrading to 3.11
files_dir = files("aliby")
data_dir = files_dir.parent.parent / "tests" / "agora" / "data"
dsets1z = data.load_1z()
dsets = data.load()
masks = [d["segoutlines"] for d in dsets1z]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment