From 361a64ab9722bb14749cf4e5b60a219c3fc53674 Mon Sep 17 00:00:00 2001 From: Miles Wells Date: Fri, 29 Nov 2024 11:19:10 +0000 Subject: [PATCH] Add fibre probe model fixture --- alyx/alyx/__init__.py | 2 +- .../fixtures/experiments.probemodel.json | 35 ++++++++++++------- 2 files changed, 24 insertions(+), 13 deletions(-) diff --git a/alyx/alyx/__init__.py b/alyx/alyx/__init__.py index 90db8dcc3..bc377b97e 100644 --- a/alyx/alyx/__init__.py +++ b/alyx/alyx/__init__.py @@ -1 +1 @@ -VERSION = __version__ = '3.1.1' +VERSION = __version__ = '3.1.2' diff --git a/alyx/experiments/fixtures/experiments.probemodel.json b/alyx/experiments/fixtures/experiments.probemodel.json index e0c9a092d..cd3d3ade4 100644 --- a/alyx/experiments/fixtures/experiments.probemodel.json +++ b/alyx/experiments/fixtures/experiments.probemodel.json @@ -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": { @@ -30,9 +30,9 @@ "probe_manufacturer": "Imec", "probe_model": "NP2.1", "description": null - } - }, - { + } +}, +{ "model": "experiments.probemodel", "pk": "6f586705-13a7-4c2a-ac4a-ef58b10d9bc4", "fields": { @@ -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 + } } ]