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 2dd6f39 commit d6c70edCopy full SHA for d6c70ed
test/controller/sub_controllers/test_autofocus.py
@@ -198,5 +198,5 @@ def test_display_plot(self):
198
x_data = np.linspace(start=69750.0, stop=70250.0, num=101)
199
y_data = np.random.rand(101)
200
data = [x_data, y_data]
201
- self.autofocus_controller.display_plot(data, False, True)
+ self.autofocus_controller.display_plot([data, False, True])
202
pass
0 commit comments