Skip to content

Commit 858fa51

Browse files
authored
Merge pull request #34 from int-brain-lab/fix_json
fix json in task extractor map
2 parents 9c59b89 + 751d873 commit 858fa51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/task_extractor_map.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"_iblrig_tasks_neuromodulatorChoiceWorld": "projects.neuromodulators.TrialsTableNeuromodulator",
44
"nate_optoBiasedChoiceWorld": "projects.nate_optoBiasedChoiceWorld.TrialsOpto",
55
"max_optoStaticTrainingChoiceWorld": "projects.max_optoStaticTrainingChoiceWorld.TrialsOpto",
6-
"max_staticTrainingChoiceWorld": "BiasedTrials"
6+
"max_staticTrainingChoiceWorld": "BiasedTrials",
77
"FPChoiceWorld": "BiasedTrials",
88
"FPROptoChoiceWorld": "projects.alejandro_FPLROptoChoiceWorld.TrialsFPLROpto",
99
"FPLOptoChoiceWorld": "projects.alejandro_FPLROptoChoiceWorld.TrialsFPLROpto",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "project_extraction"
7-
version = "0.7.0"
7+
version = "0.7.1"
88
description = "Custom extractors for satellite tasks"
99
dynamic = [ "readme" ]
1010
keywords = [ "IBL", "neuro-science" ]

0 commit comments

Comments
 (0)