From 666384303dcba72a0144e1910370fb50ec953040 Mon Sep 17 00:00:00 2001 From: Miles Wells Date: Tue, 12 Mar 2024 13:24:30 +0200 Subject: [PATCH] Remove examples --- examples/neuromodulators.py | 21 --------------------- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 examples/neuromodulators.py diff --git a/examples/neuromodulators.py b/examples/neuromodulators.py deleted file mode 100644 index 7561edd..0000000 --- a/examples/neuromodulators.py +++ /dev/null @@ -1,21 +0,0 @@ -""" -Example of a trials table extraction for Neuromodulator trials -""" -import pandas as pd -from projects.neuromodulators import ChoiceWorldNeuromodulators - -session_path = "/datadisk/gdrive/2023/02_Neuromodulators/D6/2023-02-08/001" -session_path = "/datadisk/gdrive/2023/02_Neuromodulators/ZFM-04022/2023-03-24/001" - - -task = ChoiceWorldNeuromodulators(session_path) - - - - - - -## %% Loads the data afterwards -trials = pd.read_parquet(data_files[0]) - -assert set(['exit_state', 'omit_feedback']).issubset(set(trials.keys())) diff --git a/pyproject.toml b/pyproject.toml index aa10b77..1d9d0b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "project_extraction" -version = "0.2.2" +version = "0.2.3" description = "Custom extractors for satellite tasks" dynamic = [ "readme" ] keywords = [ "IBL", "neuro-science" ]