We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85922c4 + 796ac73 commit 24dc67bCopy full SHA for 24dc67b
tests.py
@@ -5,7 +5,7 @@
5
import pytest
6
import requests
7
8
-schema_url = "https://raw.githubusercontent.com/SpikeInterface/probeinterface/main/resources/probe.json.schema"
+schema_url = "https://raw.githubusercontent.com/SpikeInterface/probeinterface/main/src/probeinterface/schema/probe.json.schema"
9
10
response = requests.get(schema_url)
11
response.raise_for_status()
0 commit comments