Skip to content

Commit

Permalink
Add fibre probe model fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
k1o0 committed Nov 29, 2024
1 parent 76a5eef commit 361a64a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 13 deletions.
2 changes: 1 addition & 1 deletion alyx/alyx/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = __version__ = '3.1.1'
VERSION = __version__ = '3.1.2'
35 changes: 23 additions & 12 deletions alyx/experiments/fixtures/experiments.probemodel.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
[
{
"model": "experiments.probemodel",
"pk": "96dccdfe-7206-4b65-bb17-0743c842acd0",
"pk": "057d9a20-aaa9-4f79-8b0c-c8729b4cf160",
"fields": {
"name": "Neuropixel 3A",
"name": "Neuropixel 3B2",
"json": null,
"probe_manufacturer": "Imec",
"probe_model": "3A",
"probe_model": "3B2",
"description": null
}
},
{
{
"model": "experiments.probemodel",
"pk": "057d9a20-aaa9-4f79-8b0c-c8729b4cf160",
"pk": "100fe998-986c-467d-aac8-a470e3a34341",
"fields": {
"name": "Neuropixel 3B2",
"name": "Neurophotometrics Fiber",
"json": null,
"probe_manufacturer": "Imec",
"probe_model": "3B2",
"probe_manufacturer": "Neurophotometrics",
"probe_model": "Fiber",
"description": null
}
},
{
{
"model": "experiments.probemodel",
"pk": "5df5182a-5113-4e37-b690-0e6cae3abc6a",
"fields": {
Expand All @@ -30,9 +30,9 @@
"probe_manufacturer": "Imec",
"probe_model": "NP2.1",
"description": null
}
},
{
}
},
{
"model": "experiments.probemodel",
"pk": "6f586705-13a7-4c2a-ac4a-ef58b10d9bc4",
"fields": {
Expand All @@ -42,5 +42,16 @@
"probe_model": "NP2.4",
"description": null
}
},
{
"model": "experiments.probemodel",
"pk": "96dccdfe-7206-4b65-bb17-0743c842acd0",
"fields": {
"name": "Neuropixel 3A",
"json": null,
"probe_manufacturer": "Imec",
"probe_model": "3A",
"description": null
}
}
]

0 comments on commit 361a64a

Please sign in to comment.