[recreation] removing logging

This commit is contained in:
wendtalexander 2025-10-19 10:09:36 +02:00
parent 2c5deb17f1
commit ff7f4db24f

View File

@ -15,11 +15,9 @@ from rich.table import Table
from rlxnix.plugins.efish.utils import extract_am
from scipy import signal
from oephys2nix.logging import setup_logging
from oephys2nix.metadata import create_dict_from_section, create_metadata_from_dict
log = logging.getLogger(__name__)
setup_logging(log, level="DEBUG")
console = Console()
@ -452,8 +450,6 @@ class StimulusToNix:
for repro_r, repro_n in zip(self.dataset.repro_runs(), nix_data_set.repro_runs()):
if repro_n.name.split("_")[0] not in important_repros:
continue
embed()
exit()
if "FileStimulus" in repro_n.name:
repro_n.stimulus_folder = "/home/alexander/stimuli/whitenoise/"