Skip to content

Commit 6e26181

Browse files
authored
remove ephys assembly requirement for ephys (#1526)
1 parent 8c90f2d commit 6e26181

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aind_data_schema/core/instrument.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
# The list of list pattern is used to allow for multiple options within a group, so e.g.
6060
# FIB requires a light (one of the options) plus a detector and a patch cord
6161
DEVICES_REQUIRED = {
62-
Modality.ECEPHYS.abbreviation: [EphysAssembly],
6362
Modality.FIB.abbreviation: [[Laser, LightEmittingDiode, Lamp], [Detector], [FiberPatchCord]],
6463
Modality.POPHYS.abbreviation: [[Laser], [Detector], [Objective]],
6564
Modality.SLAP.abbreviation: [[Laser], [Detector], [Objective], [DigitalMicromirrorDevice], [Microscope]],

0 commit comments

Comments
 (0)