Skip to content

Commit ba58689

Browse files
committed
Update pulse features app test: change feature extraction to 'stats' and display results
1 parent b50301a commit ba58689

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

datalab/tests/features/signal/pulse_features_app_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ def test_pulse_features_app():
9595
roi = create_signal_roi([[0.650227, 5.8], [1.1596, 9.09509]])
9696
s1.roi = roi
9797
s2.roi = roi.copy()
98-
panel.processor.run_feature("extract_pulse_features")
98+
panel.processor.run_feature("stats")
99+
100+
panel.show_results()
99101

100102

101103
if __name__ == "__main__":

0 commit comments

Comments
 (0)