Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def stamp_api_version():

setup(
name="science-synapse",
version="2.7.2",
version="2.7.3",
description="Client library and CLI for the Synapse API",
author="Science Team",
author_email="team@science.xyz",
Expand Down
2 changes: 1 addition & 1 deletion synapse-api
Submodule synapse-api updated 2 files
+1 −1 VERSION
+1 −0 api/query.proto
2 changes: 1 addition & 1 deletion synapse/_api_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Generated from synapse-api/VERSION by setup.py. Do not edit.
SYNAPSE_API_VERSION = "2.4.0"
SYNAPSE_API_VERSION = "2.4.1"
1 change: 1 addition & 0 deletions synapse/cli/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def handle_impedance_stream(self, request):

self.console.log(
f"[cyan] Starting impedance_stream with {electrode_count} electordes"
f" on peripheral {query.peripheral_id}"
)

measurements_received = 0
Expand Down
Empty file added synapse/tests/cli/__init__.py
Empty file.
Empty file.
1 change: 1 addition & 0 deletions test_query.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"query_type": "kImpedance",
"impedance_query": {
"peripheral_id": 1,
"electrode_ids": [116, 118]
}
}
Loading