Skip to content

Commit

Permalink
tweak pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kjohnsen committed Mar 13, 2024
1 parent ed3053c commit 42b1f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wslfp"
version = "0.1.0"
version = "0.1.1"
description = "Weighted Sum Local Field Potentials - Implementation of the proxy method for point neurons from Mazzoni, Lindén et al., 2015"
authors = [
"Kyle Johnsen <[email protected]>",
Expand Down Expand Up @@ -45,4 +45,4 @@ build-backend = "poetry.core.masonry.api"

[tool.pytest.ini_options]
addopts = "-q --nbmake"
testpaths = ["tests", "README.ipynb", "notebooks/real_time.ipynb"]
testpaths = ["tests", "README.ipynb", "notebooks/stepwise.ipynb"]

0 comments on commit 42b1f04

Please sign in to comment.