Skip to content

Commit 30c3978

Browse files
committed
back to dev mode
1 parent b2ea8c5 commit 30c3978

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,16 @@ test_core = [
124124

125125
# for github test : probeinterface and neo from master
126126
# for release we need pypi, so this need to be commented
127-
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
128-
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
127+
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
128+
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
129129
]
130130

131131
test_extractors = [
132132
# Functions to download data in neo test suite
133133
"pooch>=1.8.2",
134134
"datalad>=1.0.2",
135-
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
136-
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
135+
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
136+
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
137137
]
138138

139139
test_preprocessing = [
@@ -173,8 +173,8 @@ test = [
173173

174174
# for github test : probeinterface and neo from master
175175
# for release we need pypi, so this need to be commented
176-
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
177-
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
176+
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
177+
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
178178
]
179179

180180
docs = [
@@ -197,8 +197,8 @@ docs = [
197197
"datalad>=1.0.2",
198198

199199
# for release we need pypi, so this needs to be commented
200-
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", # We always build from the latest version
201-
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git", # We always build from the latest version
200+
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", # We always build from the latest version
201+
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git", # We always build from the latest version
202202

203203
]
204204

src/spikeinterface/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
# This flag must be set to False for release
3131
# This avoids using versioning that contains ".dev0" (and this is a better choice)
3232
# This is mainly useful when using run_sorter in a container and spikeinterface install
33-
# DEV_MODE = True
34-
DEV_MODE = False
33+
DEV_MODE = True
34+
# DEV_MODE = False

0 commit comments

Comments
 (0)