catalystneuro / tye-lab-to-nwb

NWB Conversion project for the Tye lab at the Salk Institute.
MIT License
0 stars 0 forks source link

Fix custom behavior interfaces after update for neurotensin_valence #34

Closed weiglszonja closed 11 months ago

weiglszonja commented 11 months ago

Fix #33

weiglszonja commented 11 months ago

@CodyCBakerPhD I tested with a stub and full conversion with the recent data. When creating a clean environment I took the following steps:

conda create --name tyenwb39 python=3.9
conda activate tyenwb39
pip install -r src/tye_lab_to_nwb/neurotensin_valence/neurotensin_valence_requirements.txt
pip install -e .
python src/tye_lab_to_nwb/neurotensin_valence/neurotensin_valence_convert_session.py
CodyCBakerPhD commented 11 months ago

Thanks for the quick fix!