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.
1 parent d9a2c23 commit b4aeb15Copy full SHA for b4aeb15
test/config/test_waveform_templates.py
@@ -51,7 +51,7 @@ def test_yaml_structure(self):
51
with open(yaml_path) as file:
52
data = yaml.safe_load(file)
53
54
- expected_keys = ["Default", "Confocal-Projection"]
+ expected_keys = ["Default", "Confocal-Projection", "Bidirectional"]
55
56
waveform_keys = data.keys()
57
for key in waveform_keys:
0 commit comments